Interface DistributeImageResponse.Builder

  • Method Details

    • clientToken

      DistributeImageResponse.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

      DistributeImageResponse.Builder imageBuildVersionArn(String imageBuildVersionArn)

      The Amazon Resource Name (ARN) of the new Image Builder image resource that this operation creates to track the distribution. Use this ARN with GetImage to monitor distribution progress.

      Parameters:
      imageBuildVersionArn - The Amazon Resource Name (ARN) of the new Image Builder image resource that this operation creates to track the distribution. Use this ARN with GetImage to monitor distribution progress.
      Returns:
      Returns a reference to this object so that method calls can be chained together.