public static interface DescribeImagesRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesRequest.Builder |
arns(Collection<String> arns)
The ARNs of the public, private, and shared images to describe.
|
DescribeImagesRequest.Builder |
arns(String... arns)
The ARNs of the public, private, and shared images to describe.
|
DescribeImagesRequest.Builder |
maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeImagesRequest.Builder |
names(Collection<String> names)
The names of the public or private images to describe.
|
DescribeImagesRequest.Builder |
names(String... names)
The names of the public or private images to describe.
|
DescribeImagesRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeImagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeImagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeImagesRequest.Builder |
type(String type)
The type of image (public, private, or shared) to describe.
|
DescribeImagesRequest.Builder |
type(VisibilityType type)
The type of image (public, private, or shared) to describe.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeImagesRequest.Builder names(Collection<String> names)
The names of the public or private images to describe.
names - The names of the public or private images to describe.DescribeImagesRequest.Builder names(String... names)
The names of the public or private images to describe.
names - The names of the public or private images to describe.DescribeImagesRequest.Builder arns(Collection<String> arns)
The ARNs of the public, private, and shared images to describe.
arns - The ARNs of the public, private, and shared images to describe.DescribeImagesRequest.Builder arns(String... arns)
The ARNs of the public, private, and shared images to describe.
arns - The ARNs of the public, private, and shared images to describe.DescribeImagesRequest.Builder type(String type)
The type of image (public, private, or shared) to describe.
type - The type of image (public, private, or shared) to describe.VisibilityType,
VisibilityTypeDescribeImagesRequest.Builder type(VisibilityType type)
The type of image (public, private, or shared) to describe.
type - The type of image (public, private, or shared) to describe.VisibilityType,
VisibilityTypeDescribeImagesRequest.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.
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.DescribeImagesRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.DescribeImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.