Uses of Interface
software.amazon.awssdk.services.emr.model.StepStateChangeReason.Builder
-
Packages that use StepStateChangeReason.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of StepStateChangeReason.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return StepStateChangeReason.Builder Modifier and Type Method Description static StepStateChangeReason.BuilderStepStateChangeReason. builder()StepStateChangeReason.BuilderStepStateChangeReason.Builder. code(String code)The programmable code for the state change reason.StepStateChangeReason.BuilderStepStateChangeReason.Builder. code(StepStateChangeReasonCode code)The programmable code for the state change reason.StepStateChangeReason.BuilderStepStateChangeReason.Builder. message(String message)The descriptive message for the state change reason.StepStateChangeReason.BuilderStepStateChangeReason. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type StepStateChangeReason.Builder Modifier and Type Method Description static Class<? extends StepStateChangeReason.Builder>StepStateChangeReason. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type StepStateChangeReason.Builder Modifier and Type Method Description default StepStatus.BuilderStepStatus.Builder. stateChangeReason(Consumer<StepStateChangeReason.Builder> stateChangeReason)The reason for the step execution status change.
-