@Stability(value=Stable)
public static interface CfnRecordSet.CidrRoutingConfigProperty
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.*;
CidrRoutingConfigProperty cidrRoutingConfigProperty = CidrRoutingConfigProperty.builder()
.collectionId("collectionId")
.locationName("locationName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecordSet.CidrRoutingConfigProperty.Builder
A builder for
CfnRecordSet.CidrRoutingConfigProperty |
static class |
CfnRecordSet.CidrRoutingConfigProperty.Jsii$Proxy
An implementation for
CfnRecordSet.CidrRoutingConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecordSet.CidrRoutingConfigProperty.Builder |
builder() |
String |
getCollectionId()
`CfnRecordSet.CidrRoutingConfigProperty.CollectionId`.
|
String |
getLocationName()
`CfnRecordSet.CidrRoutingConfigProperty.LocationName`.
|
@Stability(value=Stable) @NotNull String getCollectionId()
@Stability(value=Stable) @NotNull String getLocationName()
@Stability(value=Stable) static CfnRecordSet.CidrRoutingConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.