Class CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.targetVisualOptions(String targetVisualOptions) targetVisuals(List<String> targetVisuals)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
targetVisualOptions
@Stability(Stable) public CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty.Builder targetVisualOptions(String targetVisualOptions) Sets the value ofCfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty.getTargetVisualOptions()- Parameters:
targetVisualOptions- The options that choose the target visual in the same sheet. Valid values are defined as follows:ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.
- Returns:
this
-
targetVisuals
@Stability(Stable) public CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty.Builder targetVisuals(List<String> targetVisuals) Sets the value ofCfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty.getTargetVisuals()- Parameters:
targetVisuals- A list of the target visual IDs that are located in the same sheet of the analysis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.SameSheetTargetVisualConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-