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