CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>, SdkBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>public static interface CreateSnapshotRequest.Builder extends CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateSnapshotRequest.Builder |
directoryId(String directoryId) |
The identifier of the directory of which to take a snapshot.
|
CreateSnapshotRequest.Builder |
name(String name) |
The descriptive name to apply to the snapshot.
|
copyapply, buildCreateSnapshotRequest.Builder directoryId(String directoryId)
The identifier of the directory of which to take a snapshot.
directoryId - The identifier of the directory of which to take a snapshot.CreateSnapshotRequest.Builder name(String name)
The descriptive name to apply to the snapshot.
name - The descriptive name to apply to the snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.