Interface PivotTableFieldOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableFieldOptions.Builder,
,PivotTableFieldOptions> SdkBuilder<PivotTableFieldOptions.Builder,
,PivotTableFieldOptions> SdkPojo
- Enclosing class:
PivotTableFieldOptions
-
Method Summary
Modifier and TypeMethodDescriptioncollapseStateOptions
(Collection<PivotTableFieldCollapseStateOption> collapseStateOptions) The collapse state options for the pivot table field options.collapseStateOptions
(Consumer<PivotTableFieldCollapseStateOption.Builder>... collapseStateOptions) The collapse state options for the pivot table field options.collapseStateOptions
(PivotTableFieldCollapseStateOption... collapseStateOptions) The collapse state options for the pivot table field options.dataPathOptions
(Collection<PivotTableDataPathOption> dataPathOptions) The data path options for the pivot table field options.dataPathOptions
(Consumer<PivotTableDataPathOption.Builder>... dataPathOptions) The data path options for the pivot table field options.dataPathOptions
(PivotTableDataPathOption... dataPathOptions) The data path options for the pivot table field options.selectedFieldOptions
(Collection<PivotTableFieldOption> selectedFieldOptions) The selected field options for the pivot table field options.selectedFieldOptions
(Consumer<PivotTableFieldOption.Builder>... selectedFieldOptions) The selected field options for the pivot table field options.selectedFieldOptions
(PivotTableFieldOption... selectedFieldOptions) The selected field options for the pivot table field options.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
-
selectedFieldOptions
PivotTableFieldOptions.Builder selectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions) The selected field options for the pivot table field options.
- Parameters:
selectedFieldOptions
- The selected field options for the pivot table field options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedFieldOptions
The selected field options for the pivot table field options.
- Parameters:
selectedFieldOptions
- The selected field options for the pivot table field options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedFieldOptions
PivotTableFieldOptions.Builder selectedFieldOptions(Consumer<PivotTableFieldOption.Builder>... selectedFieldOptions) The selected field options for the pivot table field options.
This is a convenience method that creates an instance of thePivotTableFieldOption.Builder
avoiding the need to create one manually viaPivotTableFieldOption.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toselectedFieldOptions(List<PivotTableFieldOption>)
.- Parameters:
selectedFieldOptions
- a consumer that will call methods onPivotTableFieldOption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataPathOptions
PivotTableFieldOptions.Builder dataPathOptions(Collection<PivotTableDataPathOption> dataPathOptions) The data path options for the pivot table field options.
- Parameters:
dataPathOptions
- The data path options for the pivot table field options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPathOptions
The data path options for the pivot table field options.
- Parameters:
dataPathOptions
- The data path options for the pivot table field options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPathOptions
PivotTableFieldOptions.Builder dataPathOptions(Consumer<PivotTableDataPathOption.Builder>... dataPathOptions) The data path options for the pivot table field options.
This is a convenience method that creates an instance of thePivotTableDataPathOption.Builder
avoiding the need to create one manually viaPivotTableDataPathOption.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataPathOptions(List<PivotTableDataPathOption>)
.- Parameters:
dataPathOptions
- a consumer that will call methods onPivotTableDataPathOption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
collapseStateOptions
PivotTableFieldOptions.Builder collapseStateOptions(Collection<PivotTableFieldCollapseStateOption> collapseStateOptions) The collapse state options for the pivot table field options.
- Parameters:
collapseStateOptions
- The collapse state options for the pivot table field options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collapseStateOptions
PivotTableFieldOptions.Builder collapseStateOptions(PivotTableFieldCollapseStateOption... collapseStateOptions) The collapse state options for the pivot table field options.
- Parameters:
collapseStateOptions
- The collapse state options for the pivot table field options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collapseStateOptions
PivotTableFieldOptions.Builder collapseStateOptions(Consumer<PivotTableFieldCollapseStateOption.Builder>... collapseStateOptions) The collapse state options for the pivot table field options.
This is a convenience method that creates an instance of thePivotTableFieldCollapseStateOption.Builder
avoiding the need to create one manually viaPivotTableFieldCollapseStateOption.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocollapseStateOptions(List<PivotTableFieldCollapseStateOption>)
.- Parameters:
collapseStateOptions
- a consumer that will call methods onPivotTableFieldCollapseStateOption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-