Interface CancelImageCreationResponse.Builder

    • Method Detail

      • requestId

        CancelImageCreationResponse.Builder requestId​(String requestIdValue)

        The request ID that uniquely identifies this request.

        Parameters:
        requestIdValue - The request ID that uniquely identifies this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CancelImageCreationResponse.Builder clientToken​(String clientToken)

        The client token that uniquely identifies the request.

        Parameters:
        clientToken - The client token that uniquely identifies the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageBuildVersionArn

        CancelImageCreationResponse.Builder imageBuildVersionArn​(String imageBuildVersionArn)

        The ARN of the image whose creation this request canceled.

        Parameters:
        imageBuildVersionArn - The ARN of the image whose creation this request canceled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.