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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelStepsResponse.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.
CancelStepsInfo.Builder avoiding the need to create one
manually via CancelStepsInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #cancelStepsInfoList(List.
cancelStepsInfoList - a consumer that will call methods on
CancelStepsInfo.Builder#cancelStepsInfoList(java.util.Collection) Copyright © 2022. All rights reserved.