Class LoadBasedAutoScalingConfiguration

    • Method Detail

      • layerId

        public final String layerId()

        The layer ID.

        Returns:
        The layer ID.
      • enable

        public final Boolean enable()

        Whether load-based auto scaling is enabled for the layer.

        Returns:
        Whether load-based auto scaling is enabled for the layer.
      • upScaling

        public final AutoScalingThresholds upScaling()

        An AutoScalingThresholds object that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.

        Returns:
        An AutoScalingThresholds object that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.
      • downScaling

        public final AutoScalingThresholds downScaling()

        An AutoScalingThresholds object that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.

        Returns:
        An AutoScalingThresholds object that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)