public static interface GetSchemaResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaResponse.Builder,GetSchemaResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSchemaResponse.Builder |
createdDate(Instant createdDate)
The date and time that the schema was originally created.
|
GetSchemaResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the schema was most recently updated.
|
GetSchemaResponse.Builder |
policyStoreId(String policyStoreId)
The ID of the policy store that contains the schema.
|
GetSchemaResponse.Builder |
schema(String schema)
The body of the schema, written in Cedar schema JSON.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSchemaResponse.Builder policyStoreId(String policyStoreId)
The ID of the policy store that contains the schema.
policyStoreId - The ID of the policy store that contains the schema.GetSchemaResponse.Builder schema(String schema)
The body of the schema, written in Cedar schema JSON.
schema - The body of the schema, written in Cedar schema JSON.GetSchemaResponse.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.GetSchemaResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the schema was most recently updated.
lastUpdatedDate - The date and time that the schema was most recently updated.Copyright © 2023. All rights reserved.