public static interface ListCompatibleImagesRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<ListCompatibleImagesRequest.Builder,ListCompatibleImagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCompatibleImagesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results for the list of compatible images.
|
ListCompatibleImagesRequest.Builder |
nextToken(String nextToken)
HTTP requests are stateless.
|
ListCompatibleImagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCompatibleImagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCompatibleImagesRequest.Builder maxResults(Integer maxResults)
The maximum number of results for the list of compatible images. Currently, each supported device can store 10 AMIs.
maxResults - The maximum number of results for the list of compatible images. Currently, each supported device can
store 10 AMIs.ListCompatibleImagesRequest.Builder nextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you can
specify a value for NextToken as the starting point for your list of returned images.
nextToken - HTTP requests are stateless. To identify what object comes "next" in the list of compatible images,
you can specify a value for NextToken as the starting point for your list of returned
images.ListCompatibleImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCompatibleImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.