Interface TablePinnedFieldOptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TablePinnedFieldOptions.Builder,,- TablePinnedFieldOptions> - SdkBuilder<TablePinnedFieldOptions.Builder,,- TablePinnedFieldOptions> - SdkPojo
- Enclosing class:
- TablePinnedFieldOptions
@Mutable
@NotThreadSafe
public static interface TablePinnedFieldOptions.Builder
extends SdkPojo, CopyableBuilder<TablePinnedFieldOptions.Builder,TablePinnedFieldOptions> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
pinnedLeftFieldsA 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.
 
- 
pinnedLeftFieldsA 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.
 
 
-