Interface UpdatePolicyTemplateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdatePolicyTemplateResponse.Builder,
,UpdatePolicyTemplateResponse> SdkBuilder<UpdatePolicyTemplateResponse.Builder,
,UpdatePolicyTemplateResponse> SdkPojo
,SdkResponse.Builder
,VerifiedPermissionsResponse.Builder
- Enclosing class:
UpdatePolicyTemplateResponse
@Mutable
@NotThreadSafe
public static interface UpdatePolicyTemplateResponse.Builder
extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<UpdatePolicyTemplateResponse.Builder,UpdatePolicyTemplateResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Instant createdDate) The date and time that the policy template was originally created.lastUpdatedDate
(Instant lastUpdatedDate) The date and time that the policy template was most recently updated.policyStoreId
(String policyStoreId) The ID of the policy store that contains the updated policy template.policyTemplateId
(String policyTemplateId) The ID of the updated 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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
policyStoreId
The ID of the policy store that contains the updated policy template.
- Parameters:
policyStoreId
- The ID of the policy store that contains the updated policy template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyTemplateId
The ID of the updated policy template.
- Parameters:
policyTemplateId
- The ID of the updated 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 originally created.
- Parameters:
createdDate
- The date and time that the policy template was originally 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.
-