Class UpdateTaskSetRequest

    • Method Detail

      • cluster

        public final String cluster()

        The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.

        Returns:
        The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.
      • service

        public final String service()

        The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.

        Returns:
        The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.
      • taskSet

        public final String taskSet()

        The short name or full Amazon Resource Name (ARN) of the task set to update.

        Returns:
        The short name or full Amazon Resource Name (ARN) of the task set to update.
      • scale

        public final Scale scale()

        A floating-point percentage of the desired number of tasks to place and keep running in the task set.

        Returns:
        A floating-point percentage of the desired number of tasks to place and keep running in the task set.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object