public static interface StartSchemaExtensionRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<StartSchemaExtensionRequest.Builder,StartSchemaExtensionRequest>
Modifier and Type | Method and Description |
---|---|
StartSchemaExtensionRequest.Builder |
createSnapshotBeforeSchemaExtension(Boolean createSnapshotBeforeSchemaExtension)
If true, creates a snapshot of the directory before applying the schema extension.
|
StartSchemaExtensionRequest.Builder |
description(String description)
A description of the schema extension.
|
StartSchemaExtensionRequest.Builder |
directoryId(String directoryId)
The identifier of the directory for which the schema extension will be applied to.
|
StartSchemaExtensionRequest.Builder |
ldifContent(String ldifContent)
The LDIF file represented as a string.
|
StartSchemaExtensionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StartSchemaExtensionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
StartSchemaExtensionRequest.Builder directoryId(String directoryId)
The identifier of the directory for which the schema extension will be applied to.
directoryId
- The identifier of the directory for which the schema extension will be applied to.StartSchemaExtensionRequest.Builder createSnapshotBeforeSchemaExtension(Boolean createSnapshotBeforeSchemaExtension)
If true, creates a snapshot of the directory before applying the schema extension.
createSnapshotBeforeSchemaExtension
- If true, creates a snapshot of the directory before applying the schema extension.StartSchemaExtensionRequest.Builder ldifContent(String ldifContent)
The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.
ldifContent
- The LDIF file represented as a string. To construct the LdifContent string, precede each line as it
would be formatted in an ldif file with \n. See the example request below for more details. The file
size can be no larger than 1MB.StartSchemaExtensionRequest.Builder description(String description)
A description of the schema extension.
description
- A description of the schema extension.StartSchemaExtensionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.StartSchemaExtensionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.