Interface EcsPropertiesOverride.Builder

    • Method Detail

      • taskProperties

        EcsPropertiesOverride.Builder taskProperties​(Collection<TaskPropertiesOverride> taskProperties)

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

        This object is currently limited to one element.

        Parameters:
        taskProperties - The overrides 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

        EcsPropertiesOverride.Builder taskProperties​(TaskPropertiesOverride... taskProperties)

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

        This object is currently limited to one element.

        Parameters:
        taskProperties - The overrides 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.