Interface PolicyStoreItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PolicyStoreItem.Builder,
,PolicyStoreItem> SdkBuilder<PolicyStoreItem.Builder,
,PolicyStoreItem> SdkPojo
- Enclosing class:
PolicyStoreItem
public static interface PolicyStoreItem.Builder
extends SdkPojo, CopyableBuilder<PolicyStoreItem.Builder,PolicyStoreItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the policy store.createdDate
(Instant createdDate) The date and time the policy was created.policyStoreId
(String policyStoreId) The unique identifier of the policy store.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, sdkFields
-
Method Details
-
policyStoreId
The unique identifier of the policy store.
- Parameters:
policyStoreId
- The unique identifier of the policy store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the policy store.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the policy store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date and time the policy was created.
- Parameters:
createdDate
- The date and time the policy was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-