public static interface ImportSnapshotTask.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ImportSnapshotTask.Builder,ImportSnapshotTask>
| Modifier and Type | Method and Description |
|---|---|
ImportSnapshotTask.Builder |
description(String description)
A description of the import snapshot task.
|
ImportSnapshotTask.Builder |
importTaskId(String importTaskId)
The ID of the import snapshot task.
|
ImportSnapshotTask.Builder |
snapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Describes an import snapshot task.
|
copyapply, buildImportSnapshotTask.Builder description(String description)
A description of the import snapshot task.
description - A description of the import snapshot task.ImportSnapshotTask.Builder importTaskId(String importTaskId)
The ID of the import snapshot task.
importTaskId - The ID of the import snapshot task.ImportSnapshotTask.Builder snapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Describes an import snapshot task.
snapshotTaskDetail - Describes an import snapshot task.Copyright © 2017. All rights reserved.