Interface PolicyTemplateItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PolicyTemplateItem.Builder,
,PolicyTemplateItem> SdkBuilder<PolicyTemplateItem.Builder,
,PolicyTemplateItem> SdkPojo
- Enclosing class:
PolicyTemplateItem
@Mutable
@NotThreadSafe
public static interface PolicyTemplateItem.Builder
extends SdkPojo, CopyableBuilder<PolicyTemplateItem.Builder,PolicyTemplateItem>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Instant createdDate) The date and time that the policy template was created.description
(String description) The description attached to the policy template.lastUpdatedDate
(Instant lastUpdatedDate) The date and time that the policy template was most recently updated.policyStoreId
(String policyStoreId) The unique identifier of the policy store that contains the template.policyTemplateId
(String policyTemplateId) The unique identifier of the policy template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
policyStoreId
The unique identifier of the policy store that contains the template.
- Parameters:
policyStoreId
- The unique identifier of the policy store that contains the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyTemplateId
The unique identifier of the policy template.
- Parameters:
policyTemplateId
- The unique identifier of the policy template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description attached to the policy template.
- Parameters:
description
- The description attached to the policy template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date and time that the policy template was created.
- Parameters:
createdDate
- The date and time that the policy template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDate
The date and time that the policy template was most recently updated.
- Parameters:
lastUpdatedDate
- The date and time that the policy template was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-