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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCompatibleImagesResponse.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 method that creates an instance of theCompatibleImage.Builder avoiding the need to create
one manually via CompatibleImage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #compatibleImages(List.
compatibleImages - a consumer that will call methods on
CompatibleImage.Builder#compatibleImages(java.util.Collection) 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 © 2022. All rights reserved.