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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetupExecutionDetails.Buildercommand(String command)The command that was executed.SetupExecutionDetails.BuilderdateTime(Instant dateTime)The timestamp for when the request was run.SetupExecutionDetails.Buildername(String name)The name of the target resource.SetupExecutionDetails.BuilderstandardError(String standardError)The text written by the command to stderr.SetupExecutionDetails.BuilderstandardOutput(String standardOutput)The text written by the command to stdout.SetupExecutionDetails.Builderstatus(String status)The status of theSetupInstanceHttpsrequest.SetupExecutionDetails.Builderstatus(SetupStatus status)The status of theSetupInstanceHttpsrequest.SetupExecutionDetails.Builderversion(String version)The current version of the script..-
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, sdkFields
-
-
-
-
Method Detail
-
command
SetupExecutionDetails.Builder command(String 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
SetupExecutionDetails.Builder dateTime(Instant 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
SetupExecutionDetails.Builder name(String 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
SetupExecutionDetails.Builder status(String 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:
SetupStatus,SetupStatus
-
status
SetupExecutionDetails.Builder status(SetupStatus 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:
SetupStatus,SetupStatus
-
standardError
SetupExecutionDetails.Builder standardError(String 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
SetupExecutionDetails.Builder standardOutput(String 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
SetupExecutionDetails.Builder version(String 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.
-
-