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 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 SetupInstanceHttps request.

      Parameters:
      status - The status of the SetupInstanceHttps request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the SetupInstanceHttps request.

      Parameters:
      status - The status of the SetupInstanceHttps request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.