@Stability(value=Stable)
public static interface CfnRecordSet.GeoLocationProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecordSet.GeoLocationProperty.Builder
A builder for
CfnRecordSet.GeoLocationProperty |
static class |
CfnRecordSet.GeoLocationProperty.Jsii$Proxy
An implementation for
CfnRecordSet.GeoLocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecordSet.GeoLocationProperty.Builder |
builder() |
default String |
getContinentCode()
`CfnRecordSet.GeoLocationProperty.ContinentCode`.
|
default String |
getCountryCode()
`CfnRecordSet.GeoLocationProperty.CountryCode`.
|
default String |
getSubdivisionCode()
`CfnRecordSet.GeoLocationProperty.SubdivisionCode`.
|
@Stability(value=Stable) @Nullable default String getContinentCode()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode@Stability(value=Stable) @Nullable default String getCountryCode()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode@Stability(value=Stable) @Nullable default String getSubdivisionCode()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode@Stability(value=Stable) static CfnRecordSet.GeoLocationProperty.Builder builder()
Copyright © 2020. All rights reserved.