Interface DescribeFastLaunchImagesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeFastLaunchImagesResponse.Builder,
,DescribeFastLaunchImagesResponse> Ec2Response.Builder
,SdkBuilder<DescribeFastLaunchImagesResponse.Builder,
,DescribeFastLaunchImagesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeFastLaunchImagesResponse
@Mutable
@NotThreadSafe
public static interface DescribeFastLaunchImagesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFastLaunchImagesResponse.Builder,DescribeFastLaunchImagesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfastLaunchImages
(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages) A collection of details about the fast-launch enabled Windows images that meet the requested criteria.fastLaunchImages
(Consumer<DescribeFastLaunchImagesSuccessItem.Builder>... fastLaunchImages) A collection of details about the fast-launch enabled Windows images that meet the requested criteria.fastLaunchImages
(DescribeFastLaunchImagesSuccessItem... fastLaunchImages) A collection of details about the fast-launch enabled Windows images that meet the requested criteria.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
fastLaunchImages
DescribeFastLaunchImagesResponse.Builder fastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages) A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
- Parameters:
fastLaunchImages
- A collection of details about the fast-launch enabled Windows images that meet the requested criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fastLaunchImages
DescribeFastLaunchImagesResponse.Builder fastLaunchImages(DescribeFastLaunchImagesSuccessItem... fastLaunchImages) A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
- Parameters:
fastLaunchImages
- A collection of details about the fast-launch enabled Windows images that meet the requested criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fastLaunchImages
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 viaDescribeFastLaunchImagesSuccessItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofastLaunchImages(List<DescribeFastLaunchImagesSuccessItem>)
.- Parameters:
fastLaunchImages
- a consumer that will call methods onDescribeFastLaunchImagesSuccessItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
nextToken
- The token to include in another request to get the next page of items. This value isnull
when there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-