| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static ImpersonationRule.Builder |
ImpersonationRule.builder() |
ImpersonationRule.Builder |
ImpersonationRule.Builder.description(String description)
The rule description.
|
ImpersonationRule.Builder |
ImpersonationRule.Builder.effect(AccessEffect effect)
The effect of the rule when it matches the input.
|
ImpersonationRule.Builder |
ImpersonationRule.Builder.effect(String effect)
The effect of the rule when it matches the input.
|
ImpersonationRule.Builder |
ImpersonationRule.Builder.impersonationRuleId(String impersonationRuleId)
The identifier of the rule.
|
ImpersonationRule.Builder |
ImpersonationRule.Builder.name(String name)
The rule name.
|
ImpersonationRule.Builder |
ImpersonationRule.Builder.notTargetUsers(Collection<String> notTargetUsers)
A list of user IDs that don't match the rule.
|
ImpersonationRule.Builder |
ImpersonationRule.Builder.notTargetUsers(String... notTargetUsers)
A list of user IDs that don't match the rule.
|
ImpersonationRule.Builder |
ImpersonationRule.Builder.targetUsers(Collection<String> targetUsers)
A list of user IDs that match the rule.
|
ImpersonationRule.Builder |
ImpersonationRule.Builder.targetUsers(String... targetUsers)
A list of user IDs that match the rule.
|
ImpersonationRule.Builder |
ImpersonationRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImpersonationRule.Builder> |
ImpersonationRule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.