Uses of Interface
software.amazon.awssdk.services.emr.model.AutoScalingPolicyStateChangeReason.Builder
-
Packages that use AutoScalingPolicyStateChangeReason.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of AutoScalingPolicyStateChangeReason.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return AutoScalingPolicyStateChangeReason.Builder Modifier and Type Method Description static AutoScalingPolicyStateChangeReason.BuilderAutoScalingPolicyStateChangeReason. builder()AutoScalingPolicyStateChangeReason.BuilderAutoScalingPolicyStateChangeReason.Builder. code(String code)The code indicating the reason for the change in status.USER_REQUESTindicates that the scaling policy status was changed by a user.AutoScalingPolicyStateChangeReason.BuilderAutoScalingPolicyStateChangeReason.Builder. code(AutoScalingPolicyStateChangeReasonCode code)The code indicating the reason for the change in status.USER_REQUESTindicates that the scaling policy status was changed by a user.AutoScalingPolicyStateChangeReason.BuilderAutoScalingPolicyStateChangeReason.Builder. message(String message)A friendly, more verbose message that accompanies an automatic scaling policy state change.AutoScalingPolicyStateChangeReason.BuilderAutoScalingPolicyStateChangeReason. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type AutoScalingPolicyStateChangeReason.Builder Modifier and Type Method Description static Class<? extends AutoScalingPolicyStateChangeReason.Builder>AutoScalingPolicyStateChangeReason. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type AutoScalingPolicyStateChangeReason.Builder Modifier and Type Method Description default AutoScalingPolicyStatus.BuilderAutoScalingPolicyStatus.Builder. stateChangeReason(Consumer<AutoScalingPolicyStateChangeReason.Builder> stateChangeReason)The reason for a change in status.
-