public static interface DescribeFastLaunchImagesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFastLaunchImagesResponse.Builder,DescribeFastLaunchImagesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeFastLaunchImagesResponse.Builder |
fastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
DescribeFastLaunchImagesResponse.Builder |
fastLaunchImages(Consumer<DescribeFastLaunchImagesSuccessItem.Builder>... fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
DescribeFastLaunchImagesResponse.Builder |
fastLaunchImages(DescribeFastLaunchImagesSuccessItem... fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
DescribeFastLaunchImagesResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeFastLaunchImagesResponse.Builder fastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
fastLaunchImages
- A collection of details about the fast-launch enabled Windows images that meet the requested criteria.DescribeFastLaunchImagesResponse.Builder fastLaunchImages(DescribeFastLaunchImagesSuccessItem... fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
fastLaunchImages
- A collection of details about the fast-launch enabled Windows images that meet the requested criteria.DescribeFastLaunchImagesResponse.Builder fastLaunchImages(Consumer<DescribeFastLaunchImagesSuccessItem.Builder>... fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
This is a convenience method that creates an instance of theDescribeFastLaunchImagesSuccessItem.Builder
avoiding the
need to create one manually via
DescribeFastLaunchImagesSuccessItem.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is
called immediately and its result is passed to #fastLaunchImages(List
.
fastLaunchImages
- a consumer that will call methods on
DescribeFastLaunchImagesSuccessItem.Builder
#fastLaunchImages(java.util.Collection)
DescribeFastLaunchImagesResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when
there are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.