| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static SchemaExtensionInfo.Builder |
SchemaExtensionInfo.builder() |
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.description(String description)
A description of the schema extension.
|
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.directoryId(String directoryId)
The identifier of the directory to which the schema extension is applied.
|
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.endDateTime(Instant endDateTime)
The date and time that the schema extension was completed.
|
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.schemaExtensionId(String schemaExtensionId)
The identifier of the schema extension.
|
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.schemaExtensionStatus(SchemaExtensionStatus schemaExtensionStatus)
The current status of the schema extension.
|
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.schemaExtensionStatus(String schemaExtensionStatus)
The current status of the schema extension.
|
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.schemaExtensionStatusReason(String schemaExtensionStatusReason)
The reason for the
SchemaExtensionStatus. |
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.startDateTime(Instant startDateTime)
The date and time that the schema extension started being applied to the directory.
|
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SchemaExtensionInfo.Builder> |
SchemaExtensionInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.