Interface ListMigrationsRequest.Builder

  • Method Details

    • applicationId

      ListMigrationsRequest.Builder applicationId(String applicationId)

      The unique identifier of the OpenSearch application to list migrations for.

      Parameters:
      applicationId - The unique identifier of the OpenSearch application to list migrations for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Filters the results by migration status. Valid values are PENDING, IN_PROGRESS, SUCCEEDED, and FAILED.

      Parameters:
      status - Filters the results by migration status. Valid values are PENDING, IN_PROGRESS, SUCCEEDED, and FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListMigrationsRequest.Builder maxResults(Integer 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.
    • nextToken

      ListMigrationsRequest.Builder nextToken(String nextToken)

      The pagination token from a previous call to retrieve the next set of results.

      Parameters:
      nextToken - The pagination token from a previous call to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListMigrationsRequest.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.