Interface ListDevicePoolsRequest.Builder

  • Method Details

    • arn

      The project ARN.

      Parameters:
      arn - The project ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The device pools' type.

      Allowed values include:

      • CURATED: A device pool that is created and managed by AWS Device Farm.

      • PRIVATE: A device pool that is created and managed by the device pool developer.

      Parameters:
      type - The device pools' type.

      Allowed values include:

      • CURATED: A device pool that is created and managed by AWS Device Farm.

      • PRIVATE: A device pool that is created and managed by the device pool developer.

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

      The device pools' type.

      Allowed values include:

      • CURATED: A device pool that is created and managed by AWS Device Farm.

      • PRIVATE: A device pool that is created and managed by the device pool developer.

      Parameters:
      type - The device pools' type.

      Allowed values include:

      • CURATED: A device pool that is created and managed by AWS Device Farm.

      • PRIVATE: A device pool that is created and managed by the device pool developer.

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

      ListDevicePoolsRequest.Builder nextToken(String nextToken)

      An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

      Parameters:
      nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListDevicePoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.