Interface DeleteTaskDefinitionsRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

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