@Stability(value=Stable) public static final class CfnDevice.LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDevice.LocationProperty>
CfnDevice.LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDevice.LocationProperty.Builder |
address(String address)
Sets the value of
CfnDevice.LocationProperty.getAddress() |
CfnDevice.LocationProperty |
build()
Builds the configured instance.
|
CfnDevice.LocationProperty.Builder |
latitude(String latitude)
Sets the value of
CfnDevice.LocationProperty.getLatitude() |
CfnDevice.LocationProperty.Builder |
longitude(String longitude)
Sets the value of
CfnDevice.LocationProperty.getLongitude() |
@Stability(value=Stable) public CfnDevice.LocationProperty.Builder address(String address)
CfnDevice.LocationProperty.getAddress()address - `CfnDevice.LocationProperty.Address`.this@Stability(value=Stable) public CfnDevice.LocationProperty.Builder latitude(String latitude)
CfnDevice.LocationProperty.getLatitude()latitude - `CfnDevice.LocationProperty.Latitude`.this@Stability(value=Stable) public CfnDevice.LocationProperty.Builder longitude(String longitude)
CfnDevice.LocationProperty.getLongitude()longitude - `CfnDevice.LocationProperty.Longitude`.this@Stability(value=Stable) public CfnDevice.LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnDevice.LocationProperty>CfnDevice.LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.