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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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. For example:
"B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk"- Parameters:
bin- An attribute of type Binary. For example:"B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk"- 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.
-