Interface ListMobileDeviceAccessOverridesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListMobileDeviceAccessOverridesRequest.Builder,ListMobileDeviceAccessOverridesRequest>, SdkBuilder<ListMobileDeviceAccessOverridesRequest.Builder,ListMobileDeviceAccessOverridesRequest>, SdkPojo, SdkRequest.Builder, WorkMailRequest.Builder
Enclosing class:
ListMobileDeviceAccessOverridesRequest

public static interface ListMobileDeviceAccessOverridesRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListMobileDeviceAccessOverridesRequest.Builder,ListMobileDeviceAccessOverridesRequest>
  • Method Details

    • organizationId

      The WorkMail organization under which to list mobile device access overrides.

      Parameters:
      organizationId - The WorkMail organization under which to list mobile device access overrides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:

      • User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234

      • Email address: user@domain.tld

      • User name: user

      Parameters:
      userId - The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:

      • User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234

      • Email address: user@domain.tld

      • User name: user

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceId

      The mobile device to which the access override applies.

      Parameters:
      deviceId - The mobile device to which the access override applies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token to use to retrieve the next page of results. The first call does not require a token.

      Parameters:
      nextToken - The token to use to retrieve the next page of results. The first call does not require a token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return in a single call.

      Parameters:
      maxResults - The maximum number of results to return in a single call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.