Interface CreatePolicyTemplateResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreatePolicyTemplateResponse.Builder,,- CreatePolicyTemplateResponse> - SdkBuilder<CreatePolicyTemplateResponse.Builder,,- CreatePolicyTemplateResponse> - SdkPojo,- SdkResponse.Builder,- VerifiedPermissionsResponse.Builder
- Enclosing class:
- CreatePolicyTemplateResponse
@Mutable
@NotThreadSafe
public static interface CreatePolicyTemplateResponse.Builder
extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<CreatePolicyTemplateResponse.Builder,CreatePolicyTemplateResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncreatedDate(Instant createdDate) The date and time the policy template was originally created.lastUpdatedDate(Instant lastUpdatedDate) The date and time the policy template was most recently updated.policyStoreId(String policyStoreId) The ID of the policy store that contains the policy template.policyTemplateId(String policyTemplateId) The unique ID of the new policy template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
policyStoreIdThe ID of the policy store that contains the policy template. - Parameters:
- policyStoreId- The ID of the policy store that contains the policy template.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
policyTemplateIdThe unique ID of the new policy template. - Parameters:
- policyTemplateId- The unique ID of the new policy template.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdDateThe date and time the policy template was originally created. - Parameters:
- createdDate- The date and time the policy template was originally created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedDateThe date and time the policy template was most recently updated. - Parameters:
- lastUpdatedDate- The date and time the policy template was most recently updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-