Interface ListCompatibleImagesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCompatibleImagesRequest.Builder,
,ListCompatibleImagesRequest> SdkBuilder<ListCompatibleImagesRequest.Builder,
,ListCompatibleImagesRequest> SdkPojo
,SdkRequest.Builder
,SnowballRequest.Builder
- Enclosing class:
ListCompatibleImagesRequest
public static interface ListCompatibleImagesRequest.Builder
extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<ListCompatibleImagesRequest.Builder,ListCompatibleImagesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results for the list of compatible images.HTTP requests are stateless.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballRequest.Builder
build
-
Method Details
-
maxResults
The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.
- Parameters:
maxResults
- The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you can specify a value forNextToken
as the starting point for your list of returned images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCompatibleImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCompatibleImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-