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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCompatibleImagesRequest.BuildermaxResults(Integer maxResults)The maximum number of results for the list of compatible images.ListCompatibleImagesRequest.BuildernextToken(String nextToken)HTTP requests are stateless.ListCompatibleImagesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCompatibleImagesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
maxResults
ListCompatibleImagesRequest.Builder maxResults(Integer 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
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
NextTokenas 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 forNextTokenas 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCompatibleImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-