Interface CommandParameterValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CommandParameterValue.Builder,
,CommandParameterValue> SdkBuilder<CommandParameterValue.Builder,
,CommandParameterValue> SdkPojo
- Enclosing class:
CommandParameterValue
@Mutable
@NotThreadSafe
public static interface CommandParameterValue.Builder
extends SdkPojo, CopyableBuilder<CommandParameterValue.Builder,CommandParameterValue>
-
Method Summary
Modifier and TypeMethodDescriptionAn attribute of type Boolean.An attribute of type Binary.An attribute of type Double (Sixty-Four Bits).An attribute of type Integer (Thirty-Two Bits).An attribute of type Long.An attribute of type String.An attribute of type Unsigned Long.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
-
s
An attribute of type String. For example:
"S": "Hello"
- Parameters:
s
- An attribute of type String. For example:"S": "Hello"
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
b
An attribute of type Boolean. For example:
"BOOL": true
- Parameters:
b
- An attribute of type Boolean. For example:"BOOL": true
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
i
An attribute of type Integer (Thirty-Two Bits).
- Parameters:
i
- An attribute of type Integer (Thirty-Two Bits).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
l
An attribute of type Long.
- Parameters:
l
- An attribute of type Long.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
d
An attribute of type Double (Sixty-Four Bits).
- Parameters:
d
- An attribute of type Double (Sixty-Four Bits).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bin
An attribute of type Binary.
- Parameters:
bin
- An attribute of type Binary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ul
An attribute of type Unsigned Long.
- Parameters:
ul
- An attribute of type Unsigned Long.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-