public static interface GetPolicyTemplateResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<GetPolicyTemplateResponse.Builder,GetPolicyTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPolicyTemplateResponse.Builder |
createdDate(Instant createdDate)
The date and time that the policy template was originally created.
|
GetPolicyTemplateResponse.Builder |
description(String description)
The description of the policy template.
|
GetPolicyTemplateResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy template was most recently updated.
|
GetPolicyTemplateResponse.Builder |
policyStoreId(String policyStoreId)
The ID of the policy store that contains the policy template.
|
GetPolicyTemplateResponse.Builder |
policyTemplateId(String policyTemplateId)
The ID of the policy template.
|
GetPolicyTemplateResponse.Builder |
statement(String statement)
The content of the body of the policy template written in the Cedar policy language.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPolicyTemplateResponse.Builder policyStoreId(String policyStoreId)
The ID of the policy store that contains the policy template.
policyStoreId - The ID of the policy store that contains the policy template.GetPolicyTemplateResponse.Builder policyTemplateId(String policyTemplateId)
The ID of the policy template.
policyTemplateId - The ID of the policy template.GetPolicyTemplateResponse.Builder description(String description)
The description of the policy template.
description - The description of the policy template.GetPolicyTemplateResponse.Builder statement(String statement)
The content of the body of the policy template written in the Cedar policy language.
statement - The content of the body of the policy template written in the Cedar policy language.GetPolicyTemplateResponse.Builder createdDate(Instant createdDate)
The date and time that the policy template was originally created.
createdDate - The date and time that the policy template was originally created.GetPolicyTemplateResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy template was most recently updated.
lastUpdatedDate - The date and time that the policy template was most recently updated.Copyright © 2023. All rights reserved.