public static interface GetMobileDeviceAccessEffectResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<GetMobileDeviceAccessEffectResponse.Builder,GetMobileDeviceAccessEffectResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMobileDeviceAccessEffectResponse.Builder |
effect(MobileDeviceAccessRuleEffect effect)
The effect of the simulated access,
ALLOW or DENY, after evaluating mobile device
access rules in the Amazon WorkMail organization for the simulated user parameters. |
GetMobileDeviceAccessEffectResponse.Builder |
effect(String effect)
The effect of the simulated access,
ALLOW or DENY, after evaluating mobile device
access rules in the Amazon WorkMail organization for the simulated user parameters. |
GetMobileDeviceAccessEffectResponse.Builder |
matchedRules(Collection<MobileDeviceAccessMatchedRule> matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
matchedRules(Consumer<MobileDeviceAccessMatchedRule.Builder>... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
matchedRules(MobileDeviceAccessMatchedRule... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMobileDeviceAccessEffectResponse.Builder effect(String effect)
The effect of the simulated access, ALLOW or DENY, after evaluating mobile device
access rules in the Amazon WorkMail organization for the simulated user parameters.
effect - The effect of the simulated access, ALLOW or DENY, after evaluating mobile
device access rules in the Amazon WorkMail organization for the simulated user parameters.MobileDeviceAccessRuleEffect,
MobileDeviceAccessRuleEffectGetMobileDeviceAccessEffectResponse.Builder effect(MobileDeviceAccessRuleEffect effect)
The effect of the simulated access, ALLOW or DENY, after evaluating mobile device
access rules in the Amazon WorkMail organization for the simulated user parameters.
effect - The effect of the simulated access, ALLOW or DENY, after evaluating mobile
device access rules in the Amazon WorkMail organization for the simulated user parameters.MobileDeviceAccessRuleEffect,
MobileDeviceAccessRuleEffectGetMobileDeviceAccessEffectResponse.Builder matchedRules(Collection<MobileDeviceAccessMatchedRule> matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
matchedRules - A list of the rules which matched the simulated user input and produced the effect.GetMobileDeviceAccessEffectResponse.Builder matchedRules(MobileDeviceAccessMatchedRule... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
matchedRules - A list of the rules which matched the simulated user input and produced the effect.GetMobileDeviceAccessEffectResponse.Builder matchedRules(Consumer<MobileDeviceAccessMatchedRule.Builder>... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #matchedRules(List) .matchedRules - a consumer that will call methods on List.Builder #matchedRules(List) Copyright © 2022. All rights reserved.