Interface PivotTableConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableConfiguration.Builder,
,PivotTableConfiguration> SdkBuilder<PivotTableConfiguration.Builder,
,PivotTableConfiguration> SdkPojo
- Enclosing class:
PivotTableConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault PivotTableConfiguration.Builder
fieldOptions
(Consumer<PivotTableFieldOptions.Builder> fieldOptions) The field options for a pivot table visual.fieldOptions
(PivotTableFieldOptions fieldOptions) The field options for a pivot table visual.default PivotTableConfiguration.Builder
fieldWells
(Consumer<PivotTableFieldWells.Builder> fieldWells) The field wells of the visual.fieldWells
(PivotTableFieldWells fieldWells) The field wells of the visual.default PivotTableConfiguration.Builder
paginatedReportOptions
(Consumer<PivotTablePaginatedReportOptions.Builder> paginatedReportOptions) The paginated report options for a pivot table visual.paginatedReportOptions
(PivotTablePaginatedReportOptions paginatedReportOptions) The paginated report options for a pivot table visual.default PivotTableConfiguration.Builder
sortConfiguration
(Consumer<PivotTableSortConfiguration.Builder> sortConfiguration) The sort configuration for aPivotTableVisual
.sortConfiguration
(PivotTableSortConfiguration sortConfiguration) The sort configuration for aPivotTableVisual
.default PivotTableConfiguration.Builder
tableOptions
(Consumer<PivotTableOptions.Builder> tableOptions) The table options for a pivot table visual.tableOptions
(PivotTableOptions tableOptions) The table options for a pivot table visual.default PivotTableConfiguration.Builder
totalOptions
(Consumer<PivotTableTotalOptions.Builder> totalOptions) The total options for a pivot table visual.totalOptions
(PivotTableTotalOptions totalOptions) The total options for a pivot 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
-
fieldWells
The field wells of the visual.
- Parameters:
fieldWells
- The field wells of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldWells
default PivotTableConfiguration.Builder fieldWells(Consumer<PivotTableFieldWells.Builder> fieldWells) The field wells of the visual.
This is a convenience method that creates an instance of thePivotTableFieldWells.Builder
avoiding the need to create one manually viaPivotTableFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldWells(PivotTableFieldWells)
.- Parameters:
fieldWells
- a consumer that will call methods onPivotTableFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortConfiguration
The sort configuration for a
PivotTableVisual
.- Parameters:
sortConfiguration
- The sort configuration for aPivotTableVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortConfiguration
default PivotTableConfiguration.Builder sortConfiguration(Consumer<PivotTableSortConfiguration.Builder> sortConfiguration) The sort configuration for a
This is a convenience method that creates an instance of thePivotTableVisual
.PivotTableSortConfiguration.Builder
avoiding the need to create one manually viaPivotTableSortConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortConfiguration(PivotTableSortConfiguration)
.- Parameters:
sortConfiguration
- a consumer that will call methods onPivotTableSortConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tableOptions
The table options for a pivot table visual.
- Parameters:
tableOptions
- The table options for a pivot table visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableOptions
default PivotTableConfiguration.Builder tableOptions(Consumer<PivotTableOptions.Builder> tableOptions) The table options for a pivot table visual.
This is a convenience method that creates an instance of thePivotTableOptions.Builder
avoiding the need to create one manually viaPivotTableOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totableOptions(PivotTableOptions)
.- Parameters:
tableOptions
- a consumer that will call methods onPivotTableOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
totalOptions
The total options for a pivot table visual.
- Parameters:
totalOptions
- The total options for a pivot table visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalOptions
default PivotTableConfiguration.Builder totalOptions(Consumer<PivotTableTotalOptions.Builder> totalOptions) The total options for a pivot table visual.
This is a convenience method that creates an instance of thePivotTableTotalOptions.Builder
avoiding the need to create one manually viaPivotTableTotalOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tototalOptions(PivotTableTotalOptions)
.- Parameters:
totalOptions
- a consumer that will call methods onPivotTableTotalOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fieldOptions
The field options for a pivot table visual.
- Parameters:
fieldOptions
- The field options for a pivot table visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldOptions
default PivotTableConfiguration.Builder fieldOptions(Consumer<PivotTableFieldOptions.Builder> fieldOptions) The field options for a pivot table visual.
This is a convenience method that creates an instance of thePivotTableFieldOptions.Builder
avoiding the need to create one manually viaPivotTableFieldOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldOptions(PivotTableFieldOptions)
.- Parameters:
fieldOptions
- a consumer that will call methods onPivotTableFieldOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
paginatedReportOptions
PivotTableConfiguration.Builder paginatedReportOptions(PivotTablePaginatedReportOptions paginatedReportOptions) The paginated report options for a pivot table visual.
- Parameters:
paginatedReportOptions
- The paginated report options for a pivot table visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paginatedReportOptions
default PivotTableConfiguration.Builder paginatedReportOptions(Consumer<PivotTablePaginatedReportOptions.Builder> paginatedReportOptions) The paginated report options for a pivot table visual.
This is a convenience method that creates an instance of thePivotTablePaginatedReportOptions.Builder
avoiding the need to create one manually viaPivotTablePaginatedReportOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topaginatedReportOptions(PivotTablePaginatedReportOptions)
.- Parameters:
paginatedReportOptions
- a consumer that will call methods onPivotTablePaginatedReportOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-