Interface DescribeImportSnapshotTasksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeImportSnapshotTasksResponse.Builder,,DescribeImportSnapshotTasksResponse> Ec2Response.Builder,SdkBuilder<DescribeImportSnapshotTasksResponse.Builder,,DescribeImportSnapshotTasksResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeImportSnapshotTasksResponse
public static interface DescribeImportSnapshotTasksResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeImportSnapshotTasksResponse.Builder,DescribeImportSnapshotTasksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionimportSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.importSnapshotTasks(Consumer<ImportSnapshotTask.Builder>... importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.importSnapshotTasks(ImportSnapshotTask... importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.The token to use to get the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
importSnapshotTasks
DescribeImportSnapshotTasksResponse.Builder importSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
- Parameters:
importSnapshotTasks- A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importSnapshotTasks
DescribeImportSnapshotTasksResponse.Builder importSnapshotTasks(ImportSnapshotTask... importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
- Parameters:
importSnapshotTasks- A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importSnapshotTasks
DescribeImportSnapshotTasksResponse.Builder importSnapshotTasks(Consumer<ImportSnapshotTask.Builder>... importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
This is a convenience method that creates an instance of theImportSnapshotTask.Builderavoiding the need to create one manually viaImportSnapshotTask.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimportSnapshotTasks(List<ImportSnapshotTask>).- Parameters:
importSnapshotTasks- a consumer that will call methods onImportSnapshotTask.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to get the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to get the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-