Interface CommandExecutionResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CommandExecutionResult.Builder,CommandExecutionResult>,SdkBuilder<CommandExecutionResult.Builder,CommandExecutionResult>,SdkPojo
- Enclosing class:
- CommandExecutionResult
public static interface CommandExecutionResult.Builder extends SdkPojo, CopyableBuilder<CommandExecutionResult.Builder,CommandExecutionResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandExecutionResult.Builderb(Boolean b)An attribute of type Boolean.CommandExecutionResult.Builderbin(SdkBytes bin)An attribute of type Binary.CommandExecutionResult.Builders(String s)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 Detail
-
s
CommandExecutionResult.Builder s(String 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
CommandExecutionResult.Builder b(Boolean 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
CommandExecutionResult.Builder bin(SdkBytes 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.
-
-