public static interface UpdatePolicyStoreResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<UpdatePolicyStoreResponse.Builder,UpdatePolicyStoreResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicyStoreResponse.Builder |
arn(String arn)
The Amazon Resource Name
(ARN) of the updated policy store.
|
UpdatePolicyStoreResponse.Builder |
createdDate(Instant createdDate)
The date and time that the policy store was originally created.
|
UpdatePolicyStoreResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy store was most recently updated.
|
UpdatePolicyStoreResponse.Builder |
policyStoreId(String policyStoreId)
The ID of the updated policy store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePolicyStoreResponse.Builder policyStoreId(String policyStoreId)
The ID of the updated policy store.
policyStoreId - The ID of the updated policy store.UpdatePolicyStoreResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the updated policy store.
arn - The Amazon
Resource Name (ARN) of the updated policy store.UpdatePolicyStoreResponse.Builder createdDate(Instant createdDate)
The date and time that the policy store was originally created.
createdDate - The date and time that the policy store was originally created.UpdatePolicyStoreResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy store was most recently updated.
lastUpdatedDate - The date and time that the policy store was most recently updated.Copyright © 2023. All rights reserved.