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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectiveConstantEntry.BuilderconstantType(String constantType)TheConstantTypeof aCollectiveConstantEntry.CollectiveConstantEntry.BuilderconstantType(ConstantType constantType)TheConstantTypeof aCollectiveConstantEntry.CollectiveConstantEntry.Buildervalue(String value)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 Detail
-
constantType
CollectiveConstantEntry.Builder constantType(String constantType)
The
ConstantTypeof aCollectiveConstantEntry.- Parameters:
constantType- TheConstantTypeof aCollectiveConstantEntry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConstantType,ConstantType
-
constantType
CollectiveConstantEntry.Builder constantType(ConstantType constantType)
The
ConstantTypeof aCollectiveConstantEntry.- Parameters:
constantType- TheConstantTypeof aCollectiveConstantEntry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConstantType,ConstantType
-
value
CollectiveConstantEntry.Builder value(String 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.
-
-