static PolicyItem.Builder |
PolicyItem.builder() |
|
PolicyItem.Builder |
PolicyItem.Builder.createdDate(Instant createdDate) |
The date and time the policy was created.
|
default PolicyItem.Builder |
PolicyItem.Builder.definition(Consumer<PolicyDefinitionItem.Builder> definition) |
The policy definition of an item in the list of policies returned.
|
PolicyItem.Builder |
PolicyItem.Builder.definition(PolicyDefinitionItem definition) |
The policy definition of an item in the list of policies returned.
|
PolicyItem.Builder |
PolicyItem.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The date and time the policy was most recently updated.
|
PolicyItem.Builder |
PolicyItem.Builder.policyId(String policyId) |
The identifier of the policy you want information about.
|
PolicyItem.Builder |
PolicyItem.Builder.policyStoreId(String policyStoreId) |
The identifier of the PolicyStore where the policy you want information about is stored.
|
PolicyItem.Builder |
PolicyItem.Builder.policyType(String policyType) |
The type of the policy.
|
PolicyItem.Builder |
PolicyItem.Builder.policyType(PolicyType policyType) |
The type of the policy.
|
default PolicyItem.Builder |
PolicyItem.Builder.principal(Consumer<EntityIdentifier.Builder> principal) |
The principal associated with the policy.
|
PolicyItem.Builder |
PolicyItem.Builder.principal(EntityIdentifier principal) |
The principal associated with the policy.
|
default PolicyItem.Builder |
PolicyItem.Builder.resource(Consumer<EntityIdentifier.Builder> resource) |
The resource associated with the policy.
|
PolicyItem.Builder |
PolicyItem.Builder.resource(EntityIdentifier resource) |
The resource associated with the policy.
|
PolicyItem.Builder |
PolicyItem.toBuilder() |
|