public static interface StartSchemaExtensionRequest.Builder extends DirectoryRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartSchemaExtensionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartSchemaExtensionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.