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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dataPathListThe 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.
 
- 
dataPathListThe 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.
 
- 
dataPathListThe list of data path values for the data path options. This is a convenience method that creates an instance of theDataPathValue.Builderavoiding the need to create one manually viaDataPathValue.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataPathList(List<DataPathValue>).- Parameters:
- dataPathList- a consumer that will call methods on- DataPathValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
widthThe 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.
 
 
-