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