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