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 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

      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

      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: