Interface GetImageResponse.Builder

  • Method Details

    • requestId

      GetImageResponse.Builder requestId(String requestId)

      The request ID that uniquely identifies this request.

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

      The image object.

      Parameters:
      image - The image object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • image

      The image object.

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

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

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

      GetImageResponse.Builder latestVersionReferences(LatestVersionReferences latestVersionReferences)

      A set of wildcard version ARNs that always reference the latest version of the resource. ARNs are included for the latest version overall, and for the latest versions within the same major, minor, and patch levels.

      Parameters:
      latestVersionReferences - A set of wildcard version ARNs that always reference the latest version of the resource. ARNs are included for the latest version overall, and for the latest versions within the same major, minor, and patch levels.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersionReferences

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

      A set of wildcard version ARNs that always reference the latest version of the resource. ARNs are included for the latest version overall, and for the latest versions within the same major, minor, and patch levels.

      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: