public static interface PolicyStoreItem.Builder extends SdkPojo, CopyableBuilder<PolicyStoreItem.Builder,PolicyStoreItem>
| Modifier and Type | Method and Description |
|---|---|
PolicyStoreItem.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the policy store.
|
PolicyStoreItem.Builder |
createdDate(Instant createdDate)
The date and time the policy was created.
|
PolicyStoreItem.Builder |
policyStoreId(String policyStoreId)
The unique identifier of the policy store.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolicyStoreItem.Builder policyStoreId(String policyStoreId)
The unique identifier of the policy store.
policyStoreId - The unique identifier of the policy store.PolicyStoreItem.Builder arn(String arn)
The Amazon Resource Name (ARN) of the policy store.
arn - The Amazon Resource Name (ARN) of the policy store.PolicyStoreItem.Builder createdDate(Instant createdDate)
The date and time the policy was created.
createdDate - The date and time the policy was created.Copyright © 2023. All rights reserved.