@Stability(value=Stable) public static final class CfnSegment.LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSegment.LocationProperty>
CfnSegment.LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSegment.LocationProperty |
build()
Builds the configured instance.
|
CfnSegment.LocationProperty.Builder |
country(CfnSegment.SetDimensionProperty country)
Sets the value of
CfnSegment.LocationProperty.getCountry() |
CfnSegment.LocationProperty.Builder |
country(IResolvable country)
Sets the value of
CfnSegment.LocationProperty.getCountry() |
CfnSegment.LocationProperty.Builder |
gpsPoint(CfnSegment.GPSPointProperty gpsPoint)
Sets the value of
CfnSegment.LocationProperty.getGpsPoint() |
CfnSegment.LocationProperty.Builder |
gpsPoint(IResolvable gpsPoint)
Sets the value of
CfnSegment.LocationProperty.getGpsPoint() |
@Stability(value=Stable) public CfnSegment.LocationProperty.Builder country(CfnSegment.SetDimensionProperty country)
CfnSegment.LocationProperty.getCountry()country - The country or region code, in ISO 3166-1 alpha-2 format, for the segment.this@Stability(value=Stable) public CfnSegment.LocationProperty.Builder country(IResolvable country)
CfnSegment.LocationProperty.getCountry()country - The country or region code, in ISO 3166-1 alpha-2 format, for the segment.this@Stability(value=Stable) public CfnSegment.LocationProperty.Builder gpsPoint(CfnSegment.GPSPointProperty gpsPoint)
CfnSegment.LocationProperty.getGpsPoint()gpsPoint - The GPS point dimension for the segment.this@Stability(value=Stable) public CfnSegment.LocationProperty.Builder gpsPoint(IResolvable gpsPoint)
CfnSegment.LocationProperty.getGpsPoint()gpsPoint - The GPS point dimension for the segment.this@Stability(value=Stable) public CfnSegment.LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnSegment.LocationProperty>CfnSegment.LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.