public static interface CreateSnapshotRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
| Modifier and Type | Method and 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.
|
CreateSnapshotRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.CreateSnapshotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.