Interface PartitionValueList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PartitionValueList.Builder,
,PartitionValueList> SdkBuilder<PartitionValueList.Builder,
,PartitionValueList> SdkPojo
- Enclosing class:
PartitionValueList
@Mutable
@NotThreadSafe
public static interface PartitionValueList.Builder
extends SdkPojo, CopyableBuilder<PartitionValueList.Builder,PartitionValueList>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of partition values.values
(Collection<String> values) The list of partition values.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
-
values
The list of partition values.
- Parameters:
values
- The list of partition values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The list of partition values.
- Parameters:
values
- The list of partition values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-