Interface ListImageBuildVersionsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListImageBuildVersionsResponse.Builder,ListImageBuildVersionsResponse>, ImagebuilderResponse.Builder, SdkBuilder<ListImageBuildVersionsResponse.Builder,ListImageBuildVersionsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListImageBuildVersionsResponse

  • Method Details

    • requestId

      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.
    • imageSummaryList

      ListImageBuildVersionsResponse.Builder imageSummaryList(Collection<ImageSummary> imageSummaryList)

      The list of image build versions.

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

      ListImageBuildVersionsResponse.Builder imageSummaryList(ImageSummary... imageSummaryList)

      The list of image build versions.

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

      The list of image build versions.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to imageSummaryList(List<ImageSummary>).

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

      The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.

      Parameters:
      nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.