Interface SameSheetTargetVisualConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SameSheetTargetVisualConfiguration.Builder,SameSheetTargetVisualConfiguration>,SdkBuilder<SameSheetTargetVisualConfiguration.Builder,SameSheetTargetVisualConfiguration>,SdkPojo
- Enclosing class:
- SameSheetTargetVisualConfiguration
public static interface SameSheetTargetVisualConfiguration.Builder extends SdkPojo, CopyableBuilder<SameSheetTargetVisualConfiguration.Builder,SameSheetTargetVisualConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SameSheetTargetVisualConfiguration.BuildertargetVisualOptions(String targetVisualOptions)The options that choose the target visual in the same sheet.SameSheetTargetVisualConfiguration.BuildertargetVisualOptions(TargetVisualOptions targetVisualOptions)The options that choose the target visual in the same sheet.SameSheetTargetVisualConfiguration.BuildertargetVisuals(String... targetVisuals)A list of the target visual IDs that are located in the same sheet of the analysis.SameSheetTargetVisualConfiguration.BuildertargetVisuals(Collection<String> targetVisuals)A list of the target visual IDs that are located in the same sheet of the analysis.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
targetVisuals
SameSheetTargetVisualConfiguration.Builder targetVisuals(Collection<String> targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
- Parameters:
targetVisuals- A list of the target visual IDs that are located in the same sheet of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetVisuals
SameSheetTargetVisualConfiguration.Builder targetVisuals(String... targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
- Parameters:
targetVisuals- A list of the target visual IDs that are located in the same sheet of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetVisualOptions
SameSheetTargetVisualConfiguration.Builder targetVisualOptions(String 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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetVisualOptions,TargetVisualOptions
-
-
targetVisualOptions
SameSheetTargetVisualConfiguration.Builder targetVisualOptions(TargetVisualOptions 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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetVisualOptions,TargetVisualOptions
-
-
-