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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectiveConstant.BuildervalueList(String... valueList)A list of values for the collective constant.CollectiveConstant.BuildervalueList(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 Detail
-
valueList
CollectiveConstant.Builder valueList(Collection<String> 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
CollectiveConstant.Builder valueList(String... 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.
-
-