| Modifier and Type | Method and Description |
|---|---|
CfnRecordSetGroup.Builder |
CfnRecordSetGroup.Builder.comment(String comment)
*Optional:* Any comments you want to include about a change batch request.
|
static CfnRecordSetGroup.Builder |
CfnRecordSetGroup.Builder.create(Construct scope,
String id) |
CfnRecordSetGroup.Builder |
CfnRecordSetGroup.Builder.hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to create records in.
|
CfnRecordSetGroup.Builder |
CfnRecordSetGroup.Builder.hostedZoneName(String hostedZoneName)
The name of the hosted zone that you want to create records in.
|
CfnRecordSetGroup.Builder |
CfnRecordSetGroup.Builder.recordSets(IResolvable recordSets)
A complex type that contains one `RecordSet` element for each record that you want to create.
|
CfnRecordSetGroup.Builder |
CfnRecordSetGroup.Builder.recordSets(List<? extends Object> recordSets)
A complex type that contains one `RecordSet` element for each record that you want to create.
|
Copyright © 2022. All rights reserved.