public static interface CancelStepsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<CancelStepsResponse.Builder,CancelStepsResponse>
Modifier and Type | Method and Description |
---|---|
CancelStepsResponse.Builder |
cancelStepsInfoList(CancelStepsInfo... cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID specified. |
CancelStepsResponse.Builder |
cancelStepsInfoList(Collection<CancelStepsInfo> cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID specified. |
CancelStepsResponse.Builder |
cancelStepsInfoList(Consumer<CancelStepsInfo.Builder>... cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID specified. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CancelStepsResponse.Builder cancelStepsInfoList(Collection<CancelStepsInfo> cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID
specified.
cancelStepsInfoList
- A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID
specified.CancelStepsResponse.Builder cancelStepsInfoList(CancelStepsInfo... cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID
specified.
cancelStepsInfoList
- A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID
specified.CancelStepsResponse.Builder cancelStepsInfoList(Consumer<CancelStepsInfo.Builder>... cancelStepsInfoList)
A list of CancelStepsInfo, which shows the status of specified cancel requests for each
StepID
specified.
List.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #cancelStepsInfoList(List)
.cancelStepsInfoList
- a consumer that will call methods on List.Builder
#cancelStepsInfoList(List)
Copyright © 2021. All rights reserved.