@Stability(value=Stable) public static final class CfnRecordSet.GeoLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRecordSet.GeoLocationProperty>
CfnRecordSet.GeoLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRecordSet.GeoLocationProperty |
build()
Builds the configured instance.
|
CfnRecordSet.GeoLocationProperty.Builder |
continentCode(String continentCode)
Sets the value of
CfnRecordSet.GeoLocationProperty.getContinentCode() |
CfnRecordSet.GeoLocationProperty.Builder |
countryCode(String countryCode)
Sets the value of
CfnRecordSet.GeoLocationProperty.getCountryCode() |
CfnRecordSet.GeoLocationProperty.Builder |
subdivisionCode(String subdivisionCode)
Sets the value of
CfnRecordSet.GeoLocationProperty.getSubdivisionCode() |
@Stability(value=Stable) public CfnRecordSet.GeoLocationProperty.Builder continentCode(String continentCode)
CfnRecordSet.GeoLocationProperty.getContinentCode()continentCode - `CfnRecordSet.GeoLocationProperty.ContinentCode`.this@Stability(value=Stable) public CfnRecordSet.GeoLocationProperty.Builder countryCode(String countryCode)
CfnRecordSet.GeoLocationProperty.getCountryCode()countryCode - `CfnRecordSet.GeoLocationProperty.CountryCode`.this@Stability(value=Stable) public CfnRecordSet.GeoLocationProperty.Builder subdivisionCode(String subdivisionCode)
CfnRecordSet.GeoLocationProperty.getSubdivisionCode()subdivisionCode - `CfnRecordSet.GeoLocationProperty.SubdivisionCode`.this@Stability(value=Stable) public CfnRecordSet.GeoLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnRecordSet.GeoLocationProperty>CfnRecordSet.GeoLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.