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 use to retrieve the next page of results.
|
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 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 #storeImageTaskResults(List) .storeImageTaskResults - a consumer that will call methods on List.Builder #storeImageTaskResults(List) DescribeStoreImageTasksResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.