Interface PolicyStoreItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PolicyStoreItem.Builder,
,PolicyStoreItem> SdkBuilder<PolicyStoreItem.Builder,
,PolicyStoreItem> SdkPojo
- Enclosing class:
PolicyStoreItem
@Mutable
@NotThreadSafe
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.description
(String description) Descriptive text that you can provide to help with identification of the current policy store.lastUpdatedDate
(Instant lastUpdatedDate) The date and time the policy store was most recently updated.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, sdkFieldNameToField, 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.
-
lastUpdatedDate
The date and time the policy store was most recently updated.
- Parameters:
lastUpdatedDate
- The date and time the policy store was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Descriptive text that you can provide to help with identification of the current policy store.
- Parameters:
description
- Descriptive text that you can provide to help with identification of the current policy store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-