Class UpdateCapacityProviderRequest

    • Method Detail

      • name

        public final String name()

        The name of the capacity provider to update.

        Returns:
        The name of the capacity provider to update.
      • cluster

        public final String cluster()

        The name of the cluster that contains the capacity provider to update. Managed instances capacity providers are cluster-scoped and can only be updated within their associated cluster.

        Returns:
        The name of the cluster that contains the capacity provider to update. Managed instances capacity providers are cluster-scoped and can only be updated within their associated cluster.
      • autoScalingGroupProvider

        public final AutoScalingGroupProviderUpdate autoScalingGroupProvider()

        An object that represent the parameters to update for the Auto Scaling group capacity provider.

        Returns:
        An object that represent the parameters to update for the Auto Scaling group capacity provider.
      • managedInstancesProvider

        public final UpdateManagedInstancesProviderConfiguration managedInstancesProvider()

        The updated configuration for the Amazon ECS Managed Instances provider. You can modify the infrastructure role, instance launch template, and tag propagation settings. Changes take effect for new instances launched after the update.

        Returns:
        The updated configuration for the Amazon ECS Managed Instances provider. You can modify the infrastructure role, instance launch template, and tag propagation settings. Changes take effect for new instances launched after the update.
      • 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