Interface SetupExecutionDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SetupExecutionDetails.Builder,,- SetupExecutionDetails> - SdkBuilder<SetupExecutionDetails.Builder,,- SetupExecutionDetails> - SdkPojo
- Enclosing class:
- SetupExecutionDetails
@Mutable
@NotThreadSafe
public static interface SetupExecutionDetails.Builder
extends SdkPojo, CopyableBuilder<SetupExecutionDetails.Builder,SetupExecutionDetails> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
commandThe 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.
 
- 
dateTimeThe 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.
 
- 
nameThe 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.
 
- 
statusThe status of the SetupInstanceHttpsrequest.- Parameters:
- status- The status of the- SetupInstanceHttpsrequest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the SetupInstanceHttpsrequest.- Parameters:
- status- The status of the- SetupInstanceHttpsrequest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
standardErrorThe 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.
 
- 
standardOutputThe 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.
 
- 
versionThe 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.
 
 
-