Interface ListMlTransformsResponse.Builder

    • Method Detail

      • transformIds

        ListMlTransformsResponse.Builder transformIds​(Collection<String> transformIds)

        The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.

        Parameters:
        transformIds - The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transformIds

        ListMlTransformsResponse.Builder transformIds​(String... transformIds)

        The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.

        Parameters:
        transformIds - The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMlTransformsResponse.Builder nextToken​(String nextToken)

        A continuation token, if the returned list does not contain the last metric available.

        Parameters:
        nextToken - A continuation token, if the returned list does not contain the last metric available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.