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