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(String schemaExtensionStatus) |
The current status of the schema extension.
|
SchemaExtensionInfo.Builder |
SchemaExtensionInfo.Builder.schemaExtensionStatus(SchemaExtensionStatus 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() |
|