public static interface PartitionValueList.Builder extends CopyableBuilder<PartitionValueList.Builder,PartitionValueList>
Modifier and Type | Method and Description |
---|---|
PartitionValueList.Builder |
values(Collection<String> values)
The list of values.
|
PartitionValueList.Builder |
values(String... values)
The list of values.
|
copy
applyMutation, build
PartitionValueList.Builder values(Collection<String> values)
The list of values.
values
- The list of values.PartitionValueList.Builder values(String... values)
The list of values.
values
- The list of values.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.