public static interface DescribeStepResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<DescribeStepResponse.Builder,DescribeStepResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeStepResponse.Builder |
step(Consumer<Step.Builder> step)
The step details for the requested step identifier.
|
DescribeStepResponse.Builder |
step(Step step)
The step details for the requested step identifier.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeStepResponse.Builder step(Step step)
The step details for the requested step identifier.
step
- The step details for the requested step identifier.default DescribeStepResponse.Builder step(Consumer<Step.Builder> step)
The step details for the requested step identifier.
This is a convenience that creates an instance of theStep.Builder
avoiding the need to create one
manually via Step.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to step(Step)
.step
- a consumer that will call methods on Step.Builder
step(Step)
Copyright © 2020. All rights reserved.