Class CfnAnalysis.GeospatialCoordinateBoundsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialCoordinateBoundsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.GeospatialCoordinateBoundsProperty>
- Enclosing interface:
CfnAnalysis.GeospatialCoordinateBoundsProperty
@Stability(Stable)
public static final class CfnAnalysis.GeospatialCoordinateBoundsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.GeospatialCoordinateBoundsProperty>
A builder for
CfnAnalysis.GeospatialCoordinateBoundsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysis.GeospatialCoordinateBoundsProperty.getEast()Sets the value ofCfnAnalysis.GeospatialCoordinateBoundsProperty.getNorth()Sets the value ofCfnAnalysis.GeospatialCoordinateBoundsProperty.getSouth()Sets the value ofCfnAnalysis.GeospatialCoordinateBoundsProperty.getWest()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
east
Sets the value ofCfnAnalysis.GeospatialCoordinateBoundsProperty.getEast()- Parameters:
east- The longitude of the east bound of the geospatial coordinate bounds. This parameter is required.- Returns:
this
-
north
@Stability(Stable) public CfnAnalysis.GeospatialCoordinateBoundsProperty.Builder north(Number north) Sets the value ofCfnAnalysis.GeospatialCoordinateBoundsProperty.getNorth()- Parameters:
north- The latitude of the north bound of the geospatial coordinate bounds. This parameter is required.- Returns:
this
-
south
@Stability(Stable) public CfnAnalysis.GeospatialCoordinateBoundsProperty.Builder south(Number south) Sets the value ofCfnAnalysis.GeospatialCoordinateBoundsProperty.getSouth()- Parameters:
south- The latitude of the south bound of the geospatial coordinate bounds. This parameter is required.- Returns:
this
-
west
Sets the value ofCfnAnalysis.GeospatialCoordinateBoundsProperty.getWest()- Parameters:
west- The longitude of the west bound of the geospatial coordinate bounds. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.GeospatialCoordinateBoundsProperty>- Returns:
- a new instance of
CfnAnalysis.GeospatialCoordinateBoundsProperty - Throws:
NullPointerException- if any required attribute was not provided
-