Interface GetMigrationsRequest.Builder

    • Method Detail

      • sortByAttribute

        GetMigrationsRequest.Builder sortByAttribute​(String sortByAttribute)

        The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.

        Parameters:
        sortByAttribute - The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MigrationSortAttribute, MigrationSortAttribute
      • sortByAttribute

        GetMigrationsRequest.Builder sortByAttribute​(MigrationSortAttribute sortByAttribute)

        The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.

        Parameters:
        sortByAttribute - The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MigrationSortAttribute, MigrationSortAttribute
      • sortByOrder

        GetMigrationsRequest.Builder sortByOrder​(String sortByOrder)

        The order so sort the list.

        Parameters:
        sortByOrder - The order so sort the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortByOrder

        GetMigrationsRequest.Builder sortByOrder​(SortOrder sortByOrder)

        The order so sort the list.

        Parameters:
        sortByOrder - The order so sort the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • v1BotNameContains

        GetMigrationsRequest.Builder v1BotNameContains​(String v1BotNameContains)

        Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.

        Parameters:
        v1BotNameContains - Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • migrationStatusEquals

        GetMigrationsRequest.Builder migrationStatusEquals​(String migrationStatusEquals)

        Filters the list to contain only migrations in the specified state.

        Parameters:
        migrationStatusEquals - Filters the list to contain only migrations in the specified state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MigrationStatus, MigrationStatus
      • migrationStatusEquals

        GetMigrationsRequest.Builder migrationStatusEquals​(MigrationStatus migrationStatusEquals)

        Filters the list to contain only migrations in the specified state.

        Parameters:
        migrationStatusEquals - Filters the list to contain only migrations in the specified state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MigrationStatus, MigrationStatus
      • maxResults

        GetMigrationsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of migrations to return in the response. The default is 10.

        Parameters:
        maxResults - The maximum number of migrations to return in the response. The default is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetMigrationsRequest.Builder nextToken​(String nextToken)

        A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.

        Parameters:
        nextToken - A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.