Interface DeleteTaskDefinitionsRequest.Builder

    • Method Detail

      • taskDefinitions

        DeleteTaskDefinitionsRequest.Builder taskDefinitions​(Collection<String> taskDefinitions)

        The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to delete. You must specify a revision.

        You can specify up to 10 task definitions as a comma separated list.

        Parameters:
        taskDefinitions - The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to delete. You must specify a revision.

        You can specify up to 10 task definitions as a comma separated list.

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

        DeleteTaskDefinitionsRequest.Builder taskDefinitions​(String... taskDefinitions)

        The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to delete. You must specify a revision.

        You can specify up to 10 task definitions as a comma separated list.

        Parameters:
        taskDefinitions - The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to delete. You must specify a revision.

        You can specify up to 10 task definitions as a comma separated list.

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