@Stability(value=Stable) public static final class CfnHostedZone.Builder extends Object implements software.amazon.jsii.Builder<CfnHostedZone>
CfnHostedZone.| Modifier and Type | Method and Description |
|---|---|
CfnHostedZone |
build() |
static CfnHostedZone.Builder |
create(software.constructs.Construct scope,
String id) |
CfnHostedZone.Builder |
hostedZoneConfig(CfnHostedZone.HostedZoneConfigProperty hostedZoneConfig)
`AWS::Route53::HostedZone.HostedZoneConfig`.
|
CfnHostedZone.Builder |
hostedZoneConfig(IResolvable hostedZoneConfig)
`AWS::Route53::HostedZone.HostedZoneConfig`.
|
CfnHostedZone.Builder |
hostedZoneTags(List<? extends CfnHostedZone.HostedZoneTagProperty> hostedZoneTags)
`AWS::Route53::HostedZone.HostedZoneTags`.
|
CfnHostedZone.Builder |
name(String name)
`AWS::Route53::HostedZone.Name`.
|
CfnHostedZone.Builder |
queryLoggingConfig(CfnHostedZone.QueryLoggingConfigProperty queryLoggingConfig)
`AWS::Route53::HostedZone.QueryLoggingConfig`.
|
CfnHostedZone.Builder |
queryLoggingConfig(IResolvable queryLoggingConfig)
`AWS::Route53::HostedZone.QueryLoggingConfig`.
|
CfnHostedZone.Builder |
vpcs(IResolvable vpcs)
`AWS::Route53::HostedZone.VPCs`.
|
CfnHostedZone.Builder |
vpcs(List<? extends Object> vpcs)
`AWS::Route53::HostedZone.VPCs`.
|
@Stability(value=Stable) public static CfnHostedZone.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnHostedZone.HostedZoneConfigProperty.Builder.@Stability(value=Stable) public CfnHostedZone.Builder name(String name)
name - `AWS::Route53::HostedZone.Name`. This parameter is required.this@Stability(value=Stable) public CfnHostedZone.Builder hostedZoneConfig(CfnHostedZone.HostedZoneConfigProperty hostedZoneConfig)
hostedZoneConfig - `AWS::Route53::HostedZone.HostedZoneConfig`. This parameter is required.this@Stability(value=Stable) public CfnHostedZone.Builder hostedZoneConfig(IResolvable hostedZoneConfig)
hostedZoneConfig - `AWS::Route53::HostedZone.HostedZoneConfig`. This parameter is required.this@Stability(value=Stable) public CfnHostedZone.Builder hostedZoneTags(List<? extends CfnHostedZone.HostedZoneTagProperty> hostedZoneTags)
hostedZoneTags - `AWS::Route53::HostedZone.HostedZoneTags`. This parameter is required.this@Stability(value=Stable) public CfnHostedZone.Builder queryLoggingConfig(CfnHostedZone.QueryLoggingConfigProperty queryLoggingConfig)
queryLoggingConfig - `AWS::Route53::HostedZone.QueryLoggingConfig`. This parameter is required.this@Stability(value=Stable) public CfnHostedZone.Builder queryLoggingConfig(IResolvable queryLoggingConfig)
queryLoggingConfig - `AWS::Route53::HostedZone.QueryLoggingConfig`. This parameter is required.this@Stability(value=Stable) public CfnHostedZone.Builder vpcs(IResolvable vpcs)
vpcs - `AWS::Route53::HostedZone.VPCs`. This parameter is required.this@Stability(value=Stable) public CfnHostedZone.Builder vpcs(List<? extends Object> vpcs)
vpcs - `AWS::Route53::HostedZone.VPCs`. This parameter is required.this@Stability(value=Stable) public CfnHostedZone build()
build in interface software.amazon.jsii.Builder<CfnHostedZone>Copyright © 2021. All rights reserved.