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)
Add an optional request override configuration.
|
ListCompatibleImagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListCompatibleImagesRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListCompatibleImagesRequest.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.