public static interface CancelStepsResponse.Builder extends EMRResponse.Builder, 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.