Uses of Interface
software.amazon.awssdk.services.migrationhuborchestrator.model.StepOutput.Builder
-
Packages that use StepOutput.Builder Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of StepOutput.Builder in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return StepOutput.Builder Modifier and Type Method Description static StepOutput.BuilderStepOutput. builder()StepOutput.BuilderStepOutput.Builder. dataType(String dataType)The data type of the step output.StepOutput.BuilderStepOutput.Builder. dataType(DataType dataType)The data type of the step output.StepOutput.BuilderStepOutput.Builder. name(String name)The name of the step.StepOutput.BuilderStepOutput.Builder. required(Boolean required)Determine if an output is required from a step.StepOutput.BuilderStepOutput. toBuilder()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type StepOutput.Builder Modifier and Type Method Description static Class<? extends StepOutput.Builder>StepOutput. serializableBuilderClass()
-