Interface MobileDeviceAccessRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MobileDeviceAccessRule.Builder,
,MobileDeviceAccessRule> SdkBuilder<MobileDeviceAccessRule.Builder,
,MobileDeviceAccessRule> SdkPojo
- Enclosing class:
MobileDeviceAccessRule
-
Method Summary
Modifier and TypeMethodDescriptiondateCreated
(Instant dateCreated) The date and time at which an access rule was created.dateModified
(Instant dateModified) The date and time at which an access rule was modified.description
(String description) The description of a mobile access rule.deviceModels
(String... deviceModels) Device models that a rule will match.deviceModels
(Collection<String> deviceModels) Device models that a rule will match.deviceOperatingSystems
(String... deviceOperatingSystems) Device operating systems that a rule will match.deviceOperatingSystems
(Collection<String> deviceOperatingSystems) Device operating systems that a rule will match.deviceTypes
(String... deviceTypes) Device types that a rule will match.deviceTypes
(Collection<String> deviceTypes) Device types that a rule will match.deviceUserAgents
(String... deviceUserAgents) Device user agents that a rule will match.deviceUserAgents
(Collection<String> deviceUserAgents) Device user agents that a rule will match.The effect of the rule when it matches.effect
(MobileDeviceAccessRuleEffect effect) The effect of the rule when it matches.mobileDeviceAccessRuleId
(String mobileDeviceAccessRuleId) The ID assigned to a mobile access rule.The name of a mobile access rule.notDeviceModels
(String... notDeviceModels) Device models that a rule will not match.notDeviceModels
(Collection<String> notDeviceModels) Device models that a rule will not match.notDeviceOperatingSystems
(String... notDeviceOperatingSystems) Device operating systems that a rule will not match.notDeviceOperatingSystems
(Collection<String> notDeviceOperatingSystems) Device operating systems that a rule will not match.notDeviceTypes
(String... notDeviceTypes) Device types that a rule will not match.notDeviceTypes
(Collection<String> notDeviceTypes) Device types that a rule will not match.notDeviceUserAgents
(String... notDeviceUserAgents) Device user agents that a rule will not match.notDeviceUserAgents
(Collection<String> notDeviceUserAgents) Device user agents that a rule will not match.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
mobileDeviceAccessRuleId
The ID assigned to a mobile access rule.
- Parameters:
mobileDeviceAccessRuleId
- The ID assigned to a mobile access rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of a mobile access rule.
- Parameters:
name
- The name of a mobile access rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of a mobile access rule.
- Parameters:
description
- The description of a mobile access rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effect
The effect of the rule when it matches. Allowed values are
ALLOW
orDENY
.- Parameters:
effect
- The effect of the rule when it matches. Allowed values areALLOW
orDENY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
effect
The effect of the rule when it matches. Allowed values are
ALLOW
orDENY
.- Parameters:
effect
- The effect of the rule when it matches. Allowed values areALLOW
orDENY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceTypes
Device types that a rule will match.
- Parameters:
deviceTypes
- Device types that a rule will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTypes
Device types that a rule will match.
- Parameters:
deviceTypes
- Device types that a rule will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notDeviceTypes
Device types that a rule will not match. All other device types will match.
- Parameters:
notDeviceTypes
- Device types that a rule will not match. All other device types will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notDeviceTypes
Device types that a rule will not match. All other device types will match.
- Parameters:
notDeviceTypes
- Device types that a rule will not match. All other device types will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceModels
Device models that a rule will match.
- Parameters:
deviceModels
- Device models that a rule will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceModels
Device models that a rule will match.
- Parameters:
deviceModels
- Device models that a rule will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notDeviceModels
Device models that a rule will not match. All other device models will match.
- Parameters:
notDeviceModels
- Device models that a rule will not match. All other device models will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notDeviceModels
Device models that a rule will not match. All other device models will match.
- Parameters:
notDeviceModels
- Device models that a rule will not match. All other device models will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceOperatingSystems
Device operating systems that a rule will match.
- Parameters:
deviceOperatingSystems
- Device operating systems that a rule will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceOperatingSystems
Device operating systems that a rule will match.
- Parameters:
deviceOperatingSystems
- Device operating systems that a rule will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notDeviceOperatingSystems
MobileDeviceAccessRule.Builder notDeviceOperatingSystems(Collection<String> notDeviceOperatingSystems) Device operating systems that a rule will not match. All other device types will match.
- Parameters:
notDeviceOperatingSystems
- Device operating systems that a rule will not match. All other device types will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notDeviceOperatingSystems
Device operating systems that a rule will not match. All other device types will match.
- Parameters:
notDeviceOperatingSystems
- Device operating systems that a rule will not match. All other device types will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceUserAgents
Device user agents that a rule will match.
- Parameters:
deviceUserAgents
- Device user agents that a rule will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceUserAgents
Device user agents that a rule will match.
- Parameters:
deviceUserAgents
- Device user agents that a rule will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notDeviceUserAgents
Device user agents that a rule will not match. All other device user agents will match.
- Parameters:
notDeviceUserAgents
- Device user agents that a rule will not match. All other device user agents will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notDeviceUserAgents
Device user agents that a rule will not match. All other device user agents will match.
- Parameters:
notDeviceUserAgents
- Device user agents that a rule will not match. All other device user agents will match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateCreated
The date and time at which an access rule was created.
- Parameters:
dateCreated
- The date and time at which an access rule was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateModified
The date and time at which an access rule was modified.
- Parameters:
dateModified
- The date and time at which an access rule was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-