Interface SameSheetTargetVisualConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SameSheetTargetVisualConfiguration.Builder,,SameSheetTargetVisualConfiguration> SdkBuilder<SameSheetTargetVisualConfiguration.Builder,,SameSheetTargetVisualConfiguration> SdkPojo
- Enclosing class:
 SameSheetTargetVisualConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptiontargetVisualOptions(String targetVisualOptions) The options that choose the target visual in the same sheet.targetVisualOptions(TargetVisualOptions targetVisualOptions) The options that choose the target visual in the same sheet.targetVisuals(String... targetVisuals) A list of the target visual IDs that are located in the same sheet of the analysis.targetVisuals(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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
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:
 
 - 
 
 
 -