public static interface SchemaExtensionInfo.Builder extends CopyableBuilder<SchemaExtensionInfo.Builder,SchemaExtensionInfo>
| Modifier and Type | Method and Description |
|---|---|
SchemaExtensionInfo.Builder |
description(String description)
A description of the schema extension.
|
SchemaExtensionInfo.Builder |
directoryId(String directoryId)
The identifier of the directory to which the schema extension is applied.
|
SchemaExtensionInfo.Builder |
endDateTime(Instant endDateTime)
The date and time that the schema extension was completed.
|
SchemaExtensionInfo.Builder |
schemaExtensionId(String schemaExtensionId)
The identifier of the schema extension.
|
SchemaExtensionInfo.Builder |
schemaExtensionStatus(SchemaExtensionStatus schemaExtensionStatus)
The current status of the schema extension.
|
SchemaExtensionInfo.Builder |
schemaExtensionStatus(String schemaExtensionStatus)
The current status of the schema extension.
|
SchemaExtensionInfo.Builder |
schemaExtensionStatusReason(String schemaExtensionStatusReason)
The reason for the
SchemaExtensionStatus. |
SchemaExtensionInfo.Builder |
startDateTime(Instant startDateTime)
The date and time that the schema extension started being applied to the directory.
|
copyapply, buildSchemaExtensionInfo.Builder directoryId(String directoryId)
The identifier of the directory to which the schema extension is applied.
directoryId - The identifier of the directory to which the schema extension is applied.SchemaExtensionInfo.Builder schemaExtensionId(String schemaExtensionId)
The identifier of the schema extension.
schemaExtensionId - The identifier of the schema extension.SchemaExtensionInfo.Builder description(String description)
A description of the schema extension.
description - A description of the schema extension.SchemaExtensionInfo.Builder schemaExtensionStatus(String schemaExtensionStatus)
The current status of the schema extension.
schemaExtensionStatus - The current status of the schema extension.SchemaExtensionStatus,
SchemaExtensionStatusSchemaExtensionInfo.Builder schemaExtensionStatus(SchemaExtensionStatus schemaExtensionStatus)
The current status of the schema extension.
schemaExtensionStatus - The current status of the schema extension.SchemaExtensionStatus,
SchemaExtensionStatusSchemaExtensionInfo.Builder schemaExtensionStatusReason(String schemaExtensionStatusReason)
The reason for the SchemaExtensionStatus.
schemaExtensionStatusReason - The reason for the SchemaExtensionStatus.SchemaExtensionInfo.Builder startDateTime(Instant startDateTime)
The date and time that the schema extension started being applied to the directory.
startDateTime - The date and time that the schema extension started being applied to the directory.SchemaExtensionInfo.Builder endDateTime(Instant endDateTime)
The date and time that the schema extension was completed.
endDateTime - The date and time that the schema extension was completed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.