public static interface StepDetail.Builder extends CopyableBuilder<StepDetail.Builder,StepDetail>
| Modifier and Type | Method and Description |
|---|---|
default StepDetail.Builder |
executionStatusDetail(Consumer<StepExecutionStatusDetail.Builder> executionStatusDetail)
The description of the step status.
|
StepDetail.Builder |
executionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.
|
default StepDetail.Builder |
stepConfig(Consumer<StepConfig.Builder> stepConfig)
The step configuration.
|
StepDetail.Builder |
stepConfig(StepConfig stepConfig)
The step configuration.
|
copyapply, buildStepDetail.Builder stepConfig(StepConfig stepConfig)
The step configuration.
stepConfig - The step configuration.default StepDetail.Builder stepConfig(Consumer<StepConfig.Builder> stepConfig)
The step configuration.
This is a convenience that creates an instance of theStepConfig.Builder avoiding the need to create
one manually via StepConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to stepConfig(StepConfig).stepConfig - a consumer that will call methods on StepConfig.BuilderstepConfig(StepConfig)StepDetail.Builder executionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.
executionStatusDetail - The description of the step status.default StepDetail.Builder executionStatusDetail(Consumer<StepExecutionStatusDetail.Builder> executionStatusDetail)
The description of the step status.
This is a convenience that creates an instance of theStepExecutionStatusDetail.Builder avoiding the
need to create one manually via StepExecutionStatusDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to executionStatusDetail(StepExecutionStatusDetail).executionStatusDetail - a consumer that will call methods on StepExecutionStatusDetail.BuilderexecutionStatusDetail(StepExecutionStatusDetail)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.