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.
|
ListCompatibleImagesResponse.Builder |
compatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI.
|
ListCompatibleImagesResponse.Builder |
compatibleImages(Consumer<CompatibleImage.Builder>... compatibleImages)
A JSON-formatted object that describes a compatible 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, sdkHttpResponsecopyapplyMutation, buildListCompatibleImagesResponse.Builder compatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI.
compatibleImages - A JSON-formatted object that describes a compatible AMI.ListCompatibleImagesResponse.Builder compatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI.
compatibleImages - A JSON-formatted object that describes a compatible AMI.ListCompatibleImagesResponse.Builder compatibleImages(Consumer<CompatibleImage.Builder>... compatibleImages)
A JSON-formatted object that describes a compatible 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.