Interface PolicyTemplateItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyTemplateItem.Builder,PolicyTemplateItem>,SdkBuilder<PolicyTemplateItem.Builder,PolicyTemplateItem>,SdkPojo
- Enclosing class:
- PolicyTemplateItem
public static interface PolicyTemplateItem.Builder extends SdkPojo, CopyableBuilder<PolicyTemplateItem.Builder,PolicyTemplateItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyTemplateItem.BuildercreatedDate(Instant createdDate)The date and time that the policy template was created.PolicyTemplateItem.Builderdescription(String description)The description attached to the policy template.PolicyTemplateItem.BuilderlastUpdatedDate(Instant lastUpdatedDate)The date and time that the policy template was most recently updated.PolicyTemplateItem.BuilderpolicyStoreId(String policyStoreId)The unique identifier of the policy store that contains the template.PolicyTemplateItem.BuilderpolicyTemplateId(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, sdkFields
-
-
-
-
Method Detail
-
policyStoreId
PolicyTemplateItem.Builder policyStoreId(String 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
PolicyTemplateItem.Builder policyTemplateId(String 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
PolicyTemplateItem.Builder description(String 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
PolicyTemplateItem.Builder createdDate(Instant 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
PolicyTemplateItem.Builder lastUpdatedDate(Instant 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.
-
-