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.
|
CreateSnapshotRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.CreateSnapshotRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.