@Stability(value=Stable) public static final class CfnRecordSetGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnRecordSetGroup>
CfnRecordSetGroup.| Modifier and Type | Method and Description |
|---|---|
CfnRecordSetGroup |
build() |
CfnRecordSetGroup.Builder |
comment(String comment)
`AWS::Route53::RecordSetGroup.Comment`.
|
static CfnRecordSetGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRecordSetGroup.Builder |
hostedZoneId(String hostedZoneId)
`AWS::Route53::RecordSetGroup.HostedZoneId`.
|
CfnRecordSetGroup.Builder |
hostedZoneName(String hostedZoneName)
`AWS::Route53::RecordSetGroup.HostedZoneName`.
|
CfnRecordSetGroup.Builder |
recordSets(IResolvable recordSets)
`AWS::Route53::RecordSetGroup.RecordSets`.
|
CfnRecordSetGroup.Builder |
recordSets(List<? extends Object> recordSets)
`AWS::Route53::RecordSetGroup.RecordSets`.
|
@Stability(value=Stable) public static CfnRecordSetGroup.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.CfnRecordSetGroup.AliasTargetProperty.Builder.@Stability(value=Stable) public CfnRecordSetGroup.Builder comment(String comment)
comment - `AWS::Route53::RecordSetGroup.Comment`. This parameter is required.this@Stability(value=Stable) public CfnRecordSetGroup.Builder hostedZoneId(String hostedZoneId)
hostedZoneId - `AWS::Route53::RecordSetGroup.HostedZoneId`. This parameter is required.this@Stability(value=Stable) public CfnRecordSetGroup.Builder hostedZoneName(String hostedZoneName)
hostedZoneName - `AWS::Route53::RecordSetGroup.HostedZoneName`. This parameter is required.this@Stability(value=Stable) public CfnRecordSetGroup.Builder recordSets(IResolvable recordSets)
recordSets - `AWS::Route53::RecordSetGroup.RecordSets`. This parameter is required.this@Stability(value=Stable) public CfnRecordSetGroup.Builder recordSets(List<? extends Object> recordSets)
recordSets - `AWS::Route53::RecordSetGroup.RecordSets`. This parameter is required.this@Stability(value=Stable) public CfnRecordSetGroup build()
build in interface software.amazon.jsii.Builder<CfnRecordSetGroup>Copyright © 2021. All rights reserved.