Interface EcsPropertiesDetail.Builder

    • Method Detail

      • taskProperties

        EcsPropertiesDetail.Builder taskProperties​(Collection<EcsTaskDetails> taskProperties)

        The properties for the Amazon ECS task definition of a job.

        Parameters:
        taskProperties - The properties for the Amazon ECS task definition of a job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskProperties

        EcsPropertiesDetail.Builder taskProperties​(EcsTaskDetails... taskProperties)

        The properties for the Amazon ECS task definition of a job.

        Parameters:
        taskProperties - The properties for the Amazon ECS task definition of a job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.