Interface CollectiveConstant.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CollectiveConstant.Builder,
,CollectiveConstant> SdkBuilder<CollectiveConstant.Builder,
,CollectiveConstant> SdkPojo
- Enclosing class:
CollectiveConstant
public static interface CollectiveConstant.Builder
extends SdkPojo, CopyableBuilder<CollectiveConstant.Builder,CollectiveConstant>
-
Method Summary
Modifier and TypeMethodDescriptionA list of values for the collective constant.valueList
(Collection<String> valueList) A list of values for the collective constant.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, sdkFields
-
Method Details
-
valueList
A list of values for the collective constant.
- Parameters:
valueList
- A list of values for the collective constant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueList
A list of values for the collective constant.
- Parameters:
valueList
- A list of values for the collective constant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-