Interface GetMobileDeviceAccessEffectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMobileDeviceAccessEffectRequest.Builder,GetMobileDeviceAccessEffectRequest>,SdkBuilder<GetMobileDeviceAccessEffectRequest.Builder,GetMobileDeviceAccessEffectRequest>,SdkPojo,SdkRequest.Builder,WorkMailRequest.Builder
- Enclosing class:
- GetMobileDeviceAccessEffectRequest
public static interface GetMobileDeviceAccessEffectRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<GetMobileDeviceAccessEffectRequest.Builder,GetMobileDeviceAccessEffectRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
-
-
-
Method Detail
-
organizationId
GetMobileDeviceAccessEffectRequest.Builder organizationId(String organizationId)
The WorkMail organization to simulate the access effect for.
- Parameters:
organizationId- The WorkMail organization to simulate the access effect for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceType
GetMobileDeviceAccessEffectRequest.Builder deviceType(String deviceType)
Device type the simulated user will report.
- Parameters:
deviceType- Device type the simulated user will report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceModel
GetMobileDeviceAccessEffectRequest.Builder deviceModel(String deviceModel)
Device model the simulated user will report.
- Parameters:
deviceModel- Device model the simulated user will report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceOperatingSystem
GetMobileDeviceAccessEffectRequest.Builder deviceOperatingSystem(String deviceOperatingSystem)
Device operating system the simulated user will report.
- Parameters:
deviceOperatingSystem- Device operating system the simulated user will report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceUserAgent
GetMobileDeviceAccessEffectRequest.Builder deviceUserAgent(String deviceUserAgent)
Device user agent the simulated user will report.
- Parameters:
deviceUserAgent- Device user agent the simulated user will report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMobileDeviceAccessEffectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMobileDeviceAccessEffectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-