CopyableBuilder<StartSchemaExtensionRequest.Builder,StartSchemaExtensionRequest>
, SdkBuilder<StartSchemaExtensionRequest.Builder,StartSchemaExtensionRequest>
public static interface StartSchemaExtensionRequest.Builder extends CopyableBuilder<StartSchemaExtensionRequest.Builder,StartSchemaExtensionRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.