Interface CreateImageResponse.Builder

  • Method Details

    • requestId

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

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

      CreateImageResponse.Builder imageBuildVersionArn(String imageBuildVersionArn)

      The Amazon Resource Name (ARN) of the image that the request created.

      Parameters:
      imageBuildVersionArn - The Amazon Resource Name (ARN) of the image that the request created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersionReferences

      CreateImageResponse.Builder latestVersionReferences(LatestVersionReferences latestVersionReferences)

      The resource ARNs with different wildcard variations of semantic versioning.

      Parameters:
      latestVersionReferences - The resource ARNs with different wildcard variations of semantic versioning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersionReferences

      default CreateImageResponse.Builder latestVersionReferences(Consumer<LatestVersionReferences.Builder> latestVersionReferences)

      The resource ARNs with different wildcard variations of semantic versioning.

      This is a convenience method that creates an instance of the LatestVersionReferences.Builder avoiding the need to create one manually via LatestVersionReferences.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to latestVersionReferences(LatestVersionReferences).

      Parameters:
      latestVersionReferences - a consumer that will call methods on LatestVersionReferences.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: