Interface TablePinnedFieldOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TablePinnedFieldOptions.Builder,
,TablePinnedFieldOptions> SdkBuilder<TablePinnedFieldOptions.Builder,
,TablePinnedFieldOptions> SdkPojo
- Enclosing class:
TablePinnedFieldOptions
public static interface TablePinnedFieldOptions.Builder
extends SdkPojo, CopyableBuilder<TablePinnedFieldOptions.Builder,TablePinnedFieldOptions>
-
Method Summary
Modifier and TypeMethodDescriptionpinnedLeftFields
(String... pinnedLeftFields) A list of columns to be pinned to the left of a table visual.pinnedLeftFields
(Collection<String> pinnedLeftFields) A list of columns to be pinned to the left of a table visual.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 Details
-
pinnedLeftFields
A list of columns to be pinned to the left of a table visual.
- Parameters:
pinnedLeftFields
- A list of columns to be pinned to the left of a table visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pinnedLeftFields
A list of columns to be pinned to the left of a table visual.
- Parameters:
pinnedLeftFields
- A list of columns to be pinned to the left of a table visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-