@Stability(value=Stable) public static final class CfnSegment.CoordinatesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSegment.CoordinatesProperty>
CfnSegment.CoordinatesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSegment.CoordinatesProperty |
build()
Builds the configured instance.
|
CfnSegment.CoordinatesProperty.Builder |
latitude(Number latitude)
Sets the value of
CfnSegment.CoordinatesProperty.getLatitude() |
CfnSegment.CoordinatesProperty.Builder |
longitude(Number longitude)
Sets the value of
CfnSegment.CoordinatesProperty.getLongitude() |
@Stability(value=Stable) public CfnSegment.CoordinatesProperty.Builder latitude(Number latitude)
CfnSegment.CoordinatesProperty.getLatitude()latitude - The latitude coordinate of the location. This parameter is required.this@Stability(value=Stable) public CfnSegment.CoordinatesProperty.Builder longitude(Number longitude)
CfnSegment.CoordinatesProperty.getLongitude()longitude - The longitude coordinate of the location. This parameter is required.this@Stability(value=Stable) public CfnSegment.CoordinatesProperty build()
build in interface software.amazon.jsii.Builder<CfnSegment.CoordinatesProperty>CfnSegment.CoordinatesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.