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