Interface CollectiveConstantEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CollectiveConstantEntry.Builder,
,CollectiveConstantEntry> SdkBuilder<CollectiveConstantEntry.Builder,
,CollectiveConstantEntry> SdkPojo
- Enclosing class:
CollectiveConstantEntry
@Mutable
@NotThreadSafe
public static interface CollectiveConstantEntry.Builder
extends SdkPojo, CopyableBuilder<CollectiveConstantEntry.Builder,CollectiveConstantEntry>
-
Method Summary
Modifier and TypeMethodDescriptionconstantType
(String constantType) TheConstantType
of aCollectiveConstantEntry
.constantType
(ConstantType constantType) TheConstantType
of aCollectiveConstantEntry
.The value of aCollectiveConstantEntry
.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 Details
-
constantType
The
ConstantType
of aCollectiveConstantEntry
.- Parameters:
constantType
- TheConstantType
of aCollectiveConstantEntry
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
constantType
The
ConstantType
of aCollectiveConstantEntry
.- Parameters:
constantType
- TheConstantType
of aCollectiveConstantEntry
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of a
CollectiveConstantEntry
.- Parameters:
value
- The value of aCollectiveConstantEntry
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-