Class CfnDashboard.GeospatialLineLayerProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialLineLayerProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GeospatialLineLayerProperty>
- Enclosing interface:
CfnDashboard.GeospatialLineLayerProperty
@Stability(Stable)
public static final class CfnDashboard.GeospatialLineLayerProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GeospatialLineLayerProperty>
A builder for
CfnDashboard.GeospatialLineLayerProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.style(IResolvable style) Sets the value ofCfnDashboard.GeospatialLineLayerProperty.getStyle()Sets the value ofCfnDashboard.GeospatialLineLayerProperty.getStyle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
style
Sets the value ofCfnDashboard.GeospatialLineLayerProperty.getStyle()- Parameters:
style- The visualization style for a line layer. This parameter is required.- Returns:
this
-
style
@Stability(Stable) public CfnDashboard.GeospatialLineLayerProperty.Builder style(CfnDashboard.GeospatialLineStyleProperty style) Sets the value ofCfnDashboard.GeospatialLineLayerProperty.getStyle()- Parameters:
style- The visualization style for a line layer. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.GeospatialLineLayerProperty>- Returns:
- a new instance of
CfnDashboard.GeospatialLineLayerProperty - Throws:
NullPointerException- if any required attribute was not provided
-