@Stability(value=Stable) public static final class AliasRecordTargetConfig.Builder extends Object implements software.amazon.jsii.Builder<AliasRecordTargetConfig>
AliasRecordTargetConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AliasRecordTargetConfig |
build()
Builds the configured instance.
|
AliasRecordTargetConfig.Builder |
dnsName(String dnsName)
Sets the value of
AliasRecordTargetConfig.getDnsName() |
AliasRecordTargetConfig.Builder |
hostedZoneId(String hostedZoneId)
Sets the value of
AliasRecordTargetConfig.getHostedZoneId() |
@Stability(value=Stable) public AliasRecordTargetConfig.Builder dnsName(String dnsName)
AliasRecordTargetConfig.getDnsName()dnsName - DNS name of the target. This parameter is required.this@Stability(value=Stable) public AliasRecordTargetConfig.Builder hostedZoneId(String hostedZoneId)
AliasRecordTargetConfig.getHostedZoneId()hostedZoneId - Hosted zone ID of the target. This parameter is required.this@Stability(value=Stable) public AliasRecordTargetConfig build()
build in interface software.amazon.jsii.Builder<AliasRecordTargetConfig>AliasRecordTargetConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.