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