Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.PolicyStoreItem.Builder
-
Packages that use PolicyStoreItem.Builder Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of PolicyStoreItem.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return PolicyStoreItem.Builder Modifier and Type Method Description PolicyStoreItem.BuilderPolicyStoreItem.Builder. arn(String arn)The Amazon Resource Name (ARN) of the policy store.static PolicyStoreItem.BuilderPolicyStoreItem. builder()PolicyStoreItem.BuilderPolicyStoreItem.Builder. createdDate(Instant createdDate)The date and time the policy was created.PolicyStoreItem.BuilderPolicyStoreItem.Builder. description(String description)Descriptive text that you can provide to help with identification of the current policy store.PolicyStoreItem.BuilderPolicyStoreItem.Builder. lastUpdatedDate(Instant lastUpdatedDate)The date and time the policy store was most recently updated.PolicyStoreItem.BuilderPolicyStoreItem.Builder. policyStoreId(String policyStoreId)The unique identifier of the policy store.PolicyStoreItem.BuilderPolicyStoreItem. toBuilder()Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type PolicyStoreItem.Builder Modifier and Type Method Description static Class<? extends PolicyStoreItem.Builder>PolicyStoreItem. serializableBuilderClass()
-