public static interface DescribeStepResponse.Builder extends EMRResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeStepResponse.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.Builderstep(Step)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.