Interface EcsProperties.Builder

    • Method Detail

      • taskProperties

        EcsProperties.Builder taskProperties​(Collection<EcsTaskProperties> taskProperties)

        An object that contains the properties for the Amazon ECS task definition of a job.

        This object is currently limited to one element.

        Parameters:
        taskProperties - An object that contains the properties for the Amazon ECS task definition of a job.

        This object is currently limited to one element.

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

        EcsProperties.Builder taskProperties​(EcsTaskProperties... taskProperties)

        An object that contains the properties for the Amazon ECS task definition of a job.

        This object is currently limited to one element.

        Parameters:
        taskProperties - An object that contains the properties for the Amazon ECS task definition of a job.

        This object is currently limited to one element.

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