@Stability(value=Stable)
public static interface CfnCidrCollection.LocationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
LocationProperty locationProperty = LocationProperty.builder()
.cidrList(List.of("cidrList"))
.locationName("locationName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCidrCollection.LocationProperty.Builder
A builder for
CfnCidrCollection.LocationProperty |
static class |
CfnCidrCollection.LocationProperty.Jsii$Proxy
An implementation for
CfnCidrCollection.LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCidrCollection.LocationProperty.Builder |
builder() |
List<String> |
getCidrList()
List of CIDR blocks.
|
String |
getLocationName()
The CIDR collection location name.
|
@Stability(value=Stable) @NotNull String getLocationName()
@Stability(value=Stable) static CfnCidrCollection.LocationProperty.Builder builder()
Copyright © 2022. All rights reserved.