Interface ListTaskDefinitionsResponse.Builder

    • Method Detail

      • taskDefinitionArns

        ListTaskDefinitionsResponse.Builder taskDefinitionArns​(Collection<String> taskDefinitionArns)

        The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.

        Parameters:
        taskDefinitionArns - The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskDefinitionArns

        ListTaskDefinitionsResponse.Builder taskDefinitionArns​(String... taskDefinitionArns)

        The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.

        Parameters:
        taskDefinitionArns - The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTaskDefinitionsResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListTaskDefinitions request. When the results of a ListTaskDefinitions request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future ListTaskDefinitions request. When the results of a ListTaskDefinitions request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.