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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeImagesRequest.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
,
VisibilityType
DescribeImagesRequest.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
,
VisibilityType
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.
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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.