Interface DescribeImagesRequest.Builder

All Superinterfaces:
AppStreamRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>, SdkBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeImagesRequest

public static interface DescribeImagesRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>
  • Method Details

    • names

      The names of the public or private images to describe.

      Parameters:
      names - The names of the public or private images to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • names

      The names of the public or private images to describe.

      Parameters:
      names - The names of the public or private images to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arns

      The ARNs of the public, private, and shared images to describe.

      Parameters:
      arns - The ARNs of the public, private, and shared images to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arns

      The ARNs of the public, private, and shared images to describe.

      Parameters:
      arns - The ARNs of the public, private, and shared images to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of image (public, private, or shared) to describe.

      Parameters:
      type - The type of image (public, private, or shared) to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of image (public, private, or shared) to describe.

      Parameters:
      type - The type of image (public, private, or shared) to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      DescribeImagesRequest.Builder nextToken(String nextToken)

      The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

      Parameters:
      nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      DescribeImagesRequest.Builder maxResults(Integer maxResults)

      The maximum size of each page of results.

      Parameters:
      maxResults - The maximum size of each page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.