@Stability(value=Stable) public static final class CfnRecordSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRecordSetProps>
CfnRecordSetProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRecordSetProps.Builder name(String name)
CfnRecordSetProps.getName()name - `AWS::Route53::RecordSet.Name`. This parameter is required.this@Stability(value=Stable) public CfnRecordSetProps.Builder type(String type)
CfnRecordSetProps.getType()type - `AWS::Route53::RecordSet.Type`. This parameter is required.this@Stability(value=Stable) public CfnRecordSetProps.Builder aliasTarget(CfnRecordSet.AliasTargetProperty aliasTarget)
CfnRecordSetProps.getAliasTarget()aliasTarget - `AWS::Route53::RecordSet.AliasTarget`.this@Stability(value=Stable) public CfnRecordSetProps.Builder aliasTarget(IResolvable aliasTarget)
CfnRecordSetProps.getAliasTarget()aliasTarget - `AWS::Route53::RecordSet.AliasTarget`.this@Stability(value=Stable) public CfnRecordSetProps.Builder comment(String comment)
CfnRecordSetProps.getComment()comment - `AWS::Route53::RecordSet.Comment`.this@Stability(value=Stable) public CfnRecordSetProps.Builder failover(String failover)
CfnRecordSetProps.getFailover()failover - `AWS::Route53::RecordSet.Failover`.this@Stability(value=Stable) public CfnRecordSetProps.Builder geoLocation(CfnRecordSet.GeoLocationProperty geoLocation)
CfnRecordSetProps.getGeoLocation()geoLocation - `AWS::Route53::RecordSet.GeoLocation`.this@Stability(value=Stable) public CfnRecordSetProps.Builder geoLocation(IResolvable geoLocation)
CfnRecordSetProps.getGeoLocation()geoLocation - `AWS::Route53::RecordSet.GeoLocation`.this@Stability(value=Stable) public CfnRecordSetProps.Builder healthCheckId(String healthCheckId)
CfnRecordSetProps.getHealthCheckId()healthCheckId - `AWS::Route53::RecordSet.HealthCheckId`.this@Stability(value=Stable) public CfnRecordSetProps.Builder hostedZoneId(String hostedZoneId)
CfnRecordSetProps.getHostedZoneId()hostedZoneId - `AWS::Route53::RecordSet.HostedZoneId`.this@Stability(value=Stable) public CfnRecordSetProps.Builder hostedZoneName(String hostedZoneName)
CfnRecordSetProps.getHostedZoneName()hostedZoneName - `AWS::Route53::RecordSet.HostedZoneName`.this@Stability(value=Stable) public CfnRecordSetProps.Builder multiValueAnswer(Boolean multiValueAnswer)
CfnRecordSetProps.getMultiValueAnswer()multiValueAnswer - `AWS::Route53::RecordSet.MultiValueAnswer`.this@Stability(value=Stable) public CfnRecordSetProps.Builder multiValueAnswer(IResolvable multiValueAnswer)
CfnRecordSetProps.getMultiValueAnswer()multiValueAnswer - `AWS::Route53::RecordSet.MultiValueAnswer`.this@Stability(value=Stable) public CfnRecordSetProps.Builder region(String region)
CfnRecordSetProps.getRegion()region - `AWS::Route53::RecordSet.Region`.this@Stability(value=Stable) public CfnRecordSetProps.Builder resourceRecords(List<String> resourceRecords)
CfnRecordSetProps.getResourceRecords()resourceRecords - `AWS::Route53::RecordSet.ResourceRecords`.this@Stability(value=Stable) public CfnRecordSetProps.Builder setIdentifier(String setIdentifier)
CfnRecordSetProps.getSetIdentifier()setIdentifier - `AWS::Route53::RecordSet.SetIdentifier`.this@Stability(value=Stable) public CfnRecordSetProps.Builder ttl(String ttl)
CfnRecordSetProps.getTtl()ttl - `AWS::Route53::RecordSet.TTL`.this@Stability(value=Stable) public CfnRecordSetProps.Builder weight(Number weight)
CfnRecordSetProps.getWeight()weight - `AWS::Route53::RecordSet.Weight`.this@Stability(value=Stable) public CfnRecordSetProps build()
build in interface software.amazon.jsii.Builder<CfnRecordSetProps>CfnRecordSetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.