Interface NodeTypeSpecificValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>,SdkBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>,SdkPojo
- Enclosing class:
- NodeTypeSpecificValue
public static interface NodeTypeSpecificValue.Builder extends SdkPojo, CopyableBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeTypeSpecificValue.BuildernodeType(String nodeType)A node type to which the parameter value applies.NodeTypeSpecificValue.Buildervalue(String value)The parameter value for this node type.-
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
-
nodeType
NodeTypeSpecificValue.Builder nodeType(String nodeType)
A node type to which the parameter value applies.
- Parameters:
nodeType- A node type to which the parameter value applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
NodeTypeSpecificValue.Builder value(String value)
The parameter value for this node type.
- Parameters:
value- The parameter value for this node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-