AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.action(String... action) |
The action that the principal can use on the resource.
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.action(Collection<String> action) |
The action that the principal can use on the resource.
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.
|
static AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.builder() |
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.condition(String condition) |
A set of condition keys that you can use in key policies.
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.effect(String effect) |
Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (
Deny).
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.effect(StatementEffect effect) |
Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (
Deny).
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.principal(String... principal) |
The Amazon Web Services service or Amazon Web Services account that can access the resource defined as ARN.
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.principal(Collection<String> principal) |
The Amazon Web Services service or Amazon Web Services account that can access the resource defined as ARN.
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.Builder.statementId(String statementId) |
A statement identifier that differentiates the statement from others in the same policy.
|
AddPolicyStatementRequest.Builder |
AddPolicyStatementRequest.toBuilder() |
|