Interface SetupExecutionDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SetupExecutionDetails.Builder,,SetupExecutionDetails> SdkBuilder<SetupExecutionDetails.Builder,,SetupExecutionDetails> SdkPojo
- Enclosing class:
SetupExecutionDetails
public static interface SetupExecutionDetails.Builder
extends SdkPojo, CopyableBuilder<SetupExecutionDetails.Builder,SetupExecutionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe command that was executed.The timestamp for when the request was run.The name of the target resource.standardError(String standardError) The text written by the command to stderr.standardOutput(String standardOutput) The text written by the command to stdout.The status of theSetupInstanceHttpsrequest.status(SetupStatus status) The status of theSetupInstanceHttpsrequest.The current version of the script..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, sdkFields
-
Method Details
-
command
The command that was executed.
- Parameters:
command- The command that was executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateTime
The timestamp for when the request was run.
- Parameters:
dateTime- The timestamp for when the request was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the target resource.
- Parameters:
name- The name of the target resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the
SetupInstanceHttpsrequest.- Parameters:
status- The status of theSetupInstanceHttpsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the
SetupInstanceHttpsrequest.- Parameters:
status- The status of theSetupInstanceHttpsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
standardError
The text written by the command to stderr.
- Parameters:
standardError- The text written by the command to stderr.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardOutput
The text written by the command to stdout.
- Parameters:
standardOutput- The text written by the command to stdout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The current version of the script..
- Parameters:
version- The current version of the script..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-