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) |
DescribeImagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.