public static interface DescribeStoreImageTasksResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeStoreImageTasksResponse.Builder,DescribeStoreImageTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStoreImageTasksResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeStoreImageTasksResponse.Builder |
storeImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)
The information about the AMI store tasks.
|
DescribeStoreImageTasksResponse.Builder |
storeImageTaskResults(Consumer<StoreImageTaskResult.Builder>... storeImageTaskResults)
The information about the AMI store tasks.
|
DescribeStoreImageTasksResponse.Builder |
storeImageTaskResults(StoreImageTaskResult... storeImageTaskResults)
The information about the AMI store tasks.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStoreImageTasksResponse.Builder storeImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)
The information about the AMI store tasks.
storeImageTaskResults - The information about the AMI store tasks.DescribeStoreImageTasksResponse.Builder storeImageTaskResults(StoreImageTaskResult... storeImageTaskResults)
The information about the AMI store tasks.
storeImageTaskResults - The information about the AMI store tasks.DescribeStoreImageTasksResponse.Builder storeImageTaskResults(Consumer<StoreImageTaskResult.Builder>... storeImageTaskResults)
The information about the AMI store tasks.
This is a convenience method that creates an instance of theStoreImageTaskResult.Builder avoiding the need to create
one manually via StoreImageTaskResult.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #storeImageTaskResults(List.
storeImageTaskResults - a consumer that will call methods on
StoreImageTaskResult.Builder#storeImageTaskResults(java.util.Collection) DescribeStoreImageTasksResponse.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.