Interface ActionExecutionResult.Builder

    • Method Detail

      • externalExecutionId

        ActionExecutionResult.Builder externalExecutionId​(String externalExecutionId)

        The action provider's external ID for the action execution.

        Parameters:
        externalExecutionId - The action provider's external ID for the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalExecutionSummary

        ActionExecutionResult.Builder externalExecutionSummary​(String externalExecutionSummary)

        The action provider's summary for the action execution.

        Parameters:
        externalExecutionSummary - The action provider's summary for the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalExecutionUrl

        ActionExecutionResult.Builder externalExecutionUrl​(String externalExecutionUrl)

        The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.

        Parameters:
        externalExecutionUrl - The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetails

        ActionExecutionResult.Builder errorDetails​(ErrorDetails errorDetails)
        Sets the value of the ErrorDetails property for this object.
        Parameters:
        errorDetails - The new value for the ErrorDetails property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logStreamARN

        ActionExecutionResult.Builder logStreamARN​(String logStreamARN)

        The Amazon Resource Name (ARN) of the log stream for the action compute.

        Parameters:
        logStreamARN - The Amazon Resource Name (ARN) of the log stream for the action compute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.