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