public static interface DescribeExportImageTasksResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeExportImageTasksResponse.Builder,DescribeExportImageTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeExportImageTasksResponse.Builder |
exportImageTasks(Collection<ExportImageTask> exportImageTasks)
Information about the export image tasks.
|
DescribeExportImageTasksResponse.Builder |
exportImageTasks(Consumer<ExportImageTask.Builder>... exportImageTasks)
Information about the export image tasks.
|
DescribeExportImageTasksResponse.Builder |
exportImageTasks(ExportImageTask... exportImageTasks)
Information about the export image tasks.
|
DescribeExportImageTasksResponse.Builder |
nextToken(String nextToken)
The token to use to get the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExportImageTasksResponse.Builder exportImageTasks(Collection<ExportImageTask> exportImageTasks)
Information about the export image tasks.
exportImageTasks - Information about the export image tasks.DescribeExportImageTasksResponse.Builder exportImageTasks(ExportImageTask... exportImageTasks)
Information about the export image tasks.
exportImageTasks - Information about the export image tasks.DescribeExportImageTasksResponse.Builder exportImageTasks(Consumer<ExportImageTask.Builder>... exportImageTasks)
Information about the export image tasks.
This is a convenience method that creates an instance of theExportImageTask.Builder avoiding the need to create one
manually via ExportImageTask.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #exportImageTasks(List.
exportImageTasks - a consumer that will call methods on
ExportImageTask.Builder#exportImageTasks(java.util.Collection) DescribeExportImageTasksResponse.Builder nextToken(String nextToken)
The token to use to get the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to get the next page of results. This value is null when there are no
more results to return.Copyright © 2023. All rights reserved.