CopyableBuilder<ImportSnapshotResponse.Builder,ImportSnapshotResponse>, SdkBuilder<ImportSnapshotResponse.Builder,ImportSnapshotResponse>public static interface ImportSnapshotResponse.Builder extends CopyableBuilder<ImportSnapshotResponse.Builder,ImportSnapshotResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ImportSnapshotResponse.Builder |
description(String description) |
A description of the import snapshot task.
|
ImportSnapshotResponse.Builder |
importTaskId(String importTaskId) |
The ID of the import snapshot task.
|
ImportSnapshotResponse.Builder |
snapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail) |
Information about the import snapshot task.
|
copyapply, buildImportSnapshotResponse.Builder description(String description)
A description of the import snapshot task.
description - A description of the import snapshot task.ImportSnapshotResponse.Builder importTaskId(String importTaskId)
The ID of the import snapshot task.
importTaskId - The ID of the import snapshot task.ImportSnapshotResponse.Builder snapshotTaskDetail(SnapshotTaskDetail snapshotTaskDetail)
Information about the import snapshot task.
snapshotTaskDetail - Information about the import snapshot task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.