Interface PivotTableDataPathOption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableDataPathOption.Builder,
,PivotTableDataPathOption> SdkBuilder<PivotTableDataPathOption.Builder,
,PivotTableDataPathOption> SdkPojo
- Enclosing class:
PivotTableDataPathOption
@Mutable
@NotThreadSafe
public static interface PivotTableDataPathOption.Builder
extends SdkPojo, CopyableBuilder<PivotTableDataPathOption.Builder,PivotTableDataPathOption>
-
Method Summary
Modifier and TypeMethodDescriptiondataPathList
(Collection<DataPathValue> dataPathList) The list of data path values for the data path options.dataPathList
(Consumer<DataPathValue.Builder>... dataPathList) The list of data path values for the data path options.dataPathList
(DataPathValue... dataPathList) The list of data path values for the data path options.The width of the data path option.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, sdkFieldNameToField, sdkFields
-
Method Details
-
dataPathList
The list of data path values for the data path options.
- Parameters:
dataPathList
- The list of data path values for the data path options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPathList
The list of data path values for the data path options.
- Parameters:
dataPathList
- The list of data path values for the data path options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPathList
The list of data path values for the data path options.
This is a convenience method that creates an instance of theDataPathValue.Builder
avoiding the need to create one manually viaDataPathValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataPathList(List<DataPathValue>)
.- Parameters:
dataPathList
- a consumer that will call methods onDataPathValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
width
The width of the data path option.
- Parameters:
width
- The width of the data path option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-