Class AutoScalingSettingsUpdate

    • Method Detail

      • minimumUnits

        public final Long minimumUnits()

        The minimum capacity units that a global table or global secondary index should be scaled down to.

        Returns:
        The minimum capacity units that a global table or global secondary index should be scaled down to.
      • maximumUnits

        public final Long maximumUnits()

        The maximum capacity units that a global table or global secondary index should be scaled up to.

        Returns:
        The maximum capacity units that a global table or global secondary index should be scaled up to.
      • autoScalingDisabled

        public final Boolean autoScalingDisabled()

        Disabled auto scaling for this global table or global secondary index.

        Returns:
        Disabled auto scaling for this global table or global secondary index.
      • autoScalingRoleArn

        public final String autoScalingRoleArn()

        Role ARN used for configuring auto scaling policy.

        Returns:
        Role ARN used for configuring auto scaling policy.
      • scalingPolicyUpdate

        public final AutoScalingPolicyUpdate scalingPolicyUpdate()

        The scaling policy to apply for scaling target global table or global secondary index capacity units.

        Returns:
        The scaling policy to apply for scaling target global table or global secondary index capacity units.
      • 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)