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