public static interface PolicyTemplateItem.Builder extends SdkPojo, CopyableBuilder<PolicyTemplateItem.Builder,PolicyTemplateItem>
| Modifier and Type | Method and Description |
|---|---|
PolicyTemplateItem.Builder |
createdDate(Instant createdDate)
The date and time that the policy template was created.
|
PolicyTemplateItem.Builder |
description(String description)
The description attached to the policy template.
|
PolicyTemplateItem.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy template was most recently updated.
|
PolicyTemplateItem.Builder |
policyStoreId(String policyStoreId)
The unique identifier of the policy store that contains the template.
|
PolicyTemplateItem.Builder |
policyTemplateId(String policyTemplateId)
The unique identifier of the policy template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolicyTemplateItem.Builder policyStoreId(String policyStoreId)
The unique identifier of the policy store that contains the template.
policyStoreId - The unique identifier of the policy store that contains the template.PolicyTemplateItem.Builder policyTemplateId(String policyTemplateId)
The unique identifier of the policy template.
policyTemplateId - The unique identifier of the policy template.PolicyTemplateItem.Builder description(String description)
The description attached to the policy template.
description - The description attached to the policy template.PolicyTemplateItem.Builder createdDate(Instant createdDate)
The date and time that the policy template was created.
createdDate - The date and time that the policy template was created.PolicyTemplateItem.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.