Interface PivotTableConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableConfiguration.Builder,PivotTableConfiguration>
,SdkBuilder<PivotTableConfiguration.Builder,PivotTableConfiguration>
,SdkPojo
- Enclosing class:
- PivotTableConfiguration
public static interface PivotTableConfiguration.Builder extends SdkPojo, CopyableBuilder<PivotTableConfiguration.Builder,PivotTableConfiguration>
-
-
Method Summary
-
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 Detail
-
fieldWells
PivotTableConfiguration.Builder fieldWells(PivotTableFieldWells 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:
fieldWells(PivotTableFieldWells)
-
sortConfiguration
PivotTableConfiguration.Builder sortConfiguration(PivotTableSortConfiguration 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:
sortConfiguration(PivotTableSortConfiguration)
-
tableOptions
PivotTableConfiguration.Builder tableOptions(PivotTableOptions 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:
tableOptions(PivotTableOptions)
-
totalOptions
PivotTableConfiguration.Builder totalOptions(PivotTableTotalOptions 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:
totalOptions(PivotTableTotalOptions)
-
fieldOptions
PivotTableConfiguration.Builder fieldOptions(PivotTableFieldOptions 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:
fieldOptions(PivotTableFieldOptions)
-
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:
paginatedReportOptions(PivotTablePaginatedReportOptions)
-
interactions
PivotTableConfiguration.Builder interactions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
- Parameters:
interactions
- The general visual interactions setup for a visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interactions
default PivotTableConfiguration.Builder interactions(Consumer<VisualInteractionOptions.Builder> interactions)
The general visual interactions setup for a visual.
This is a convenience method that creates an instance of theVisualInteractionOptions.Builder
avoiding the need to create one manually viaVisualInteractionOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointeractions(VisualInteractionOptions)
.- Parameters:
interactions
- a consumer that will call methods onVisualInteractionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
interactions(VisualInteractionOptions)
-
-