Interface AttemptEcsTaskDetails.Builder

    • Method Detail

      • containerInstanceArn

        AttemptEcsTaskDetails.Builder containerInstanceArn​(String containerInstanceArn)

        The Amazon Resource Name (ARN) of the container instance that hosts the task.

        Parameters:
        containerInstanceArn - The Amazon Resource Name (ARN) of the container instance that hosts the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskArn

        AttemptEcsTaskDetails.Builder taskArn​(String taskArn)

        The ARN of the Amazon ECS task.

        Parameters:
        taskArn - The ARN of the Amazon ECS task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • containers

        AttemptEcsTaskDetails.Builder containers​(Collection<AttemptTaskContainerDetails> containers)

        A list of containers that are included in the taskProperties list.

        Parameters:
        containers - A list of containers that are included in the taskProperties list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • containers

        AttemptEcsTaskDetails.Builder containers​(AttemptTaskContainerDetails... containers)

        A list of containers that are included in the taskProperties list.

        Parameters:
        containers - A list of containers that are included in the taskProperties list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.