Class CfnAnalysis.TrendArrowOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.TrendArrowOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.TrendArrowOptionsProperty>
- Enclosing interface:
CfnAnalysis.TrendArrowOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.TrendArrowOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.TrendArrowOptionsProperty>
A builder for
CfnAnalysis.TrendArrowOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.visibility
(String visibility) Sets the value ofCfnAnalysis.TrendArrowOptionsProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
visibility
@Stability(Stable) public CfnAnalysis.TrendArrowOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnAnalysis.TrendArrowOptionsProperty.getVisibility()
- Parameters:
visibility
- The visibility of the trend arrows.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.TrendArrowOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.TrendArrowOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-