Interface CommandExecutionResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CommandExecutionResult.Builder,
,CommandExecutionResult> SdkBuilder<CommandExecutionResult.Builder,
,CommandExecutionResult> SdkPojo
- Enclosing class:
CommandExecutionResult
@Mutable
@NotThreadSafe
public static interface CommandExecutionResult.Builder
extends SdkPojo, CopyableBuilder<CommandExecutionResult.Builder,CommandExecutionResult>
-
Method Summary
Modifier and TypeMethodDescriptionAn attribute of type Boolean.An attribute of type Binary.An attribute of type String.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.
-
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.
-