Interface SetupExecutionDetails.Builder

    • 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 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:
        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.