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
Modifier and TypeMethodDescriptionThe list of values.values(Collection<String> values) The list of values.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -