public static interface RulesConfigurationType.Builder extends CopyableBuilder<RulesConfigurationType.Builder,RulesConfigurationType>
Modifier and Type | Method and Description |
---|---|
RulesConfigurationType.Builder |
rules(Collection<MappingRule> rules)
An array of rules.
|
RulesConfigurationType.Builder |
rules(MappingRule... rules)
An array of rules.
|
copy
apply, build
RulesConfigurationType.Builder rules(Collection<MappingRule> rules)
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
rules
- An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
RulesConfigurationType.Builder rules(MappingRule... rules)
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
rules
- An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.