@Stability(value=Stable) public static final class CfnResourceSet.DNSTargetResourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceSet.DNSTargetResourceProperty>
CfnResourceSet.DNSTargetResourceProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnResourceSet.DNSTargetResourceProperty.Builder domainName(String domainName)
CfnResourceSet.DNSTargetResourceProperty.getDomainName()domainName - The domain name that acts as an ingress point to a portion of the customer application.this@Stability(value=Stable) public CfnResourceSet.DNSTargetResourceProperty.Builder hostedZoneArn(String hostedZoneArn)
CfnResourceSet.DNSTargetResourceProperty.getHostedZoneArn()hostedZoneArn - The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.this@Stability(value=Stable) public CfnResourceSet.DNSTargetResourceProperty.Builder recordSetId(String recordSetId)
CfnResourceSet.DNSTargetResourceProperty.getRecordSetId()recordSetId - The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.this@Stability(value=Stable) public CfnResourceSet.DNSTargetResourceProperty.Builder recordType(String recordType)
CfnResourceSet.DNSTargetResourceProperty.getRecordType()recordType - The type of DNS record of the target resource.this@Stability(value=Stable) public CfnResourceSet.DNSTargetResourceProperty.Builder targetResource(CfnResourceSet.TargetResourceProperty targetResource)
CfnResourceSet.DNSTargetResourceProperty.getTargetResource()targetResource - The target resource that the Route 53 record points to.this@Stability(value=Stable) public CfnResourceSet.DNSTargetResourceProperty.Builder targetResource(IResolvable targetResource)
CfnResourceSet.DNSTargetResourceProperty.getTargetResource()targetResource - The target resource that the Route 53 record points to.this@Stability(value=Stable) public CfnResourceSet.DNSTargetResourceProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceSet.DNSTargetResourceProperty>CfnResourceSet.DNSTargetResourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.