Uses of Interface
software.amazon.awssdk.services.emr.model.DescribeStepResponse.Builder
-
Packages that use DescribeStepResponse.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of DescribeStepResponse.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return DescribeStepResponse.Builder Modifier and Type Method Description static DescribeStepResponse.BuilderDescribeStepResponse. builder()default DescribeStepResponse.BuilderDescribeStepResponse.Builder. step(Consumer<Step.Builder> step)The step details for the requested step identifier.DescribeStepResponse.BuilderDescribeStepResponse.Builder. step(Step step)The step details for the requested step identifier.DescribeStepResponse.BuilderDescribeStepResponse. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type DescribeStepResponse.Builder Modifier and Type Method Description static Class<? extends DescribeStepResponse.Builder>DescribeStepResponse. serializableBuilderClass()
-