static PutSchemaResponse.Builder |
PutSchemaResponse.builder() |
|
PutSchemaResponse.Builder |
PutSchemaResponse.Builder.createdDate(Instant createdDate) |
The date and time that the schema was originally created.
|
PutSchemaResponse.Builder |
PutSchemaResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The date and time that the schema was last updated.
|
PutSchemaResponse.Builder |
PutSchemaResponse.Builder.namespaces(String... namespaces) |
Identifies the namespaces of the entities referenced by this schema.
|
PutSchemaResponse.Builder |
PutSchemaResponse.Builder.namespaces(Collection<String> namespaces) |
Identifies the namespaces of the entities referenced by this schema.
|
PutSchemaResponse.Builder |
PutSchemaResponse.Builder.policyStoreId(String policyStoreId) |
The unique ID of the policy store that contains the schema.
|
PutSchemaResponse.Builder |
PutSchemaResponse.toBuilder() |
|