public static interface ListCompatibleImagesResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<ListCompatibleImagesResponse.Builder,ListCompatibleImagesResponse>
Modifier and Type | Method and Description |
---|---|
ListCompatibleImagesResponse.Builder |
compatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
|
ListCompatibleImagesResponse.Builder |
compatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
|
ListCompatibleImagesResponse.Builder |
compatibleImages(Consumer<CompatibleImage.Builder>... compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
|
ListCompatibleImagesResponse.Builder |
nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListCompatibleImagesResponse.Builder compatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
compatibleImages
- A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device
AMI.ListCompatibleImagesResponse.Builder compatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
compatibleImages
- A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device
AMI.ListCompatibleImagesResponse.Builder compatibleImages(Consumer<CompatibleImage.Builder>... compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #compatibleImages(List)
.compatibleImages
- a consumer that will call methods on List.Builder
#compatibleImages(List)
ListCompatibleImagesResponse.Builder nextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
nextToken
- Because HTTP requests are stateless, this is the starting point for your next list of returned images.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.