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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyStoreItem.Builderarn(String arn)The Amazon Resource Name (ARN) of the policy store.PolicyStoreItem.BuildercreatedDate(Instant createdDate)The date and time the policy was created.PolicyStoreItem.Builderdescription(String description)Descriptive text that you can provide to help with identification of the current policy store.PolicyStoreItem.BuilderlastUpdatedDate(Instant lastUpdatedDate)The date and time the policy store was most recently updated.PolicyStoreItem.BuilderpolicyStoreId(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 Detail
-
policyStoreId
PolicyStoreItem.Builder policyStoreId(String 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
PolicyStoreItem.Builder arn(String 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
PolicyStoreItem.Builder createdDate(Instant 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
PolicyStoreItem.Builder lastUpdatedDate(Instant 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
PolicyStoreItem.Builder description(String 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.
-
-