@Stability(value=Stable)
public static interface CfnRecordSetGroup.RecordSetProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53.*;
RecordSetProperty recordSetProperty = RecordSetProperty.builder()
.name("name")
.type("type")
// the properties below are optional
.aliasTarget(AliasTargetProperty.builder()
.dnsName("dnsName")
.hostedZoneId("hostedZoneId")
// the properties below are optional
.evaluateTargetHealth(false)
.build())
.comment("comment")
.failover("failover")
.geoLocation(GeoLocationProperty.builder()
.continentCode("continentCode")
.countryCode("countryCode")
.subdivisionCode("subdivisionCode")
.build())
.healthCheckId("healthCheckId")
.hostedZoneId("hostedZoneId")
.hostedZoneName("hostedZoneName")
.multiValueAnswer(false)
.region("region")
.resourceRecords(List.of("resourceRecords"))
.setIdentifier("setIdentifier")
.ttl("ttl")
.weight(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecordSetGroup.RecordSetProperty.Builder
A builder for
CfnRecordSetGroup.RecordSetProperty |
static class |
CfnRecordSetGroup.RecordSetProperty.Jsii$Proxy
An implementation for
CfnRecordSetGroup.RecordSetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecordSetGroup.RecordSetProperty.Builder |
builder() |
default Object |
getAliasTarget()
`CfnRecordSetGroup.RecordSetProperty.AliasTarget`.
|
default String |
getComment()
`CfnRecordSetGroup.RecordSetProperty.Comment`.
|
default String |
getFailover()
`CfnRecordSetGroup.RecordSetProperty.Failover`.
|
default Object |
getGeoLocation()
`CfnRecordSetGroup.RecordSetProperty.GeoLocation`.
|
default String |
getHealthCheckId()
`CfnRecordSetGroup.RecordSetProperty.HealthCheckId`.
|
default String |
getHostedZoneId()
`CfnRecordSetGroup.RecordSetProperty.HostedZoneId`.
|
default String |
getHostedZoneName()
`CfnRecordSetGroup.RecordSetProperty.HostedZoneName`.
|
default Object |
getMultiValueAnswer()
`CfnRecordSetGroup.RecordSetProperty.MultiValueAnswer`.
|
String |
getName()
`CfnRecordSetGroup.RecordSetProperty.Name`.
|
default String |
getRegion()
`CfnRecordSetGroup.RecordSetProperty.Region`.
|
default List<String> |
getResourceRecords()
`CfnRecordSetGroup.RecordSetProperty.ResourceRecords`.
|
default String |
getSetIdentifier()
`CfnRecordSetGroup.RecordSetProperty.SetIdentifier`.
|
default String |
getTtl()
`CfnRecordSetGroup.RecordSetProperty.TTL`.
|
String |
getType()
`CfnRecordSetGroup.RecordSetProperty.Type`.
|
default Number |
getWeight()
`CfnRecordSetGroup.RecordSetProperty.Weight`.
|
@Stability(value=Stable) @Nullable default Object getAliasTarget()
@Stability(value=Stable) @Nullable default String getComment()
@Stability(value=Stable) @Nullable default String getFailover()
@Stability(value=Stable) @Nullable default Object getGeoLocation()
@Stability(value=Stable) @Nullable default String getHealthCheckId()
@Stability(value=Stable) @Nullable default String getHostedZoneId()
@Stability(value=Stable) @Nullable default String getHostedZoneName()
@Stability(value=Stable) @Nullable default Object getMultiValueAnswer()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getRegion()
@Stability(value=Stable) @Nullable default List<String> getResourceRecords()
@Stability(value=Stable) @Nullable default String getSetIdentifier()
@Stability(value=Stable) @Nullable default String getTtl()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Number getWeight()
@Stability(value=Stable) static CfnRecordSetGroup.RecordSetProperty.Builder builder()
Copyright © 2021. All rights reserved.