public static interface PutSchemaResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<PutSchemaResponse.Builder,PutSchemaResponse>
| Modifier and Type | Method and Description |
|---|---|
PutSchemaResponse.Builder |
createdDate(Instant createdDate)
The date and time that the schema was originally created.
|
PutSchemaResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the schema was last updated.
|
PutSchemaResponse.Builder |
namespaces(Collection<String> namespaces)
Identifies the namespaces of the entities referenced by this schema.
|
PutSchemaResponse.Builder |
namespaces(String... namespaces)
Identifies the namespaces of the entities referenced by this schema.
|
PutSchemaResponse.Builder |
policyStoreId(String policyStoreId)
The unique ID of the policy store that contains the schema.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutSchemaResponse.Builder policyStoreId(String policyStoreId)
The unique ID of the policy store that contains the schema.
policyStoreId - The unique ID of the policy store that contains the schema.PutSchemaResponse.Builder namespaces(Collection<String> namespaces)
Identifies the namespaces of the entities referenced by this schema.
namespaces - Identifies the namespaces of the entities referenced by this schema.PutSchemaResponse.Builder namespaces(String... namespaces)
Identifies the namespaces of the entities referenced by this schema.
namespaces - Identifies the namespaces of the entities referenced by this schema.PutSchemaResponse.Builder createdDate(Instant createdDate)
The date and time that the schema was originally created.
createdDate - The date and time that the schema was originally created.PutSchemaResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the schema was last updated.
lastUpdatedDate - The date and time that the schema was last updated.Copyright © 2023. All rights reserved.