CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.actions(Collection<ActionIdentifier> actions) |
The action that a policy permits or forbids.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.actions(Consumer<ActionIdentifier.Builder>... actions) |
The action that a policy permits or forbids.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.actions(ActionIdentifier... actions) |
The action that a policy permits or forbids.
|
static CreatePolicyResponse.Builder |
CreatePolicyResponse.builder() |
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.createdDate(Instant createdDate) |
The date and time the policy was originally created.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.effect(String effect) |
The effect of the decision that a policy returns to an authorization request.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.effect(PolicyEffect effect) |
The effect of the decision that a policy returns to an authorization request.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The date and time the policy was last updated.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.policyId(String policyId) |
The unique ID of the new policy.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.policyStoreId(String policyStoreId) |
The ID of the policy store that contains the new policy.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.policyType(String policyType) |
The policy type of the new policy.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.policyType(PolicyType policyType) |
The policy type of the new policy.
|
default CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.principal(Consumer<EntityIdentifier.Builder> principal) |
The principal specified in the new policy's scope.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.principal(EntityIdentifier principal) |
The principal specified in the new policy's scope.
|
default CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.resource(Consumer<EntityIdentifier.Builder> resource) |
The resource specified in the new policy's scope.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.resource(EntityIdentifier resource) |
The resource specified in the new policy's scope.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.toBuilder() |
|