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