CopyableBuilder<TerminateJobFlowsRequest.Builder,TerminateJobFlowsRequest>, SdkBuilder<TerminateJobFlowsRequest.Builder,TerminateJobFlowsRequest>public static interface TerminateJobFlowsRequest.Builder extends CopyableBuilder<TerminateJobFlowsRequest.Builder,TerminateJobFlowsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
TerminateJobFlowsRequest.Builder |
jobFlowIds(String... jobFlowIds) |
A list of job flows to be shutdown.
|
TerminateJobFlowsRequest.Builder |
jobFlowIds(Collection<String> jobFlowIds) |
A list of job flows to be shutdown.
|
copyapply, buildTerminateJobFlowsRequest.Builder jobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shutdown.
jobFlowIds - A list of job flows to be shutdown.TerminateJobFlowsRequest.Builder jobFlowIds(String... jobFlowIds)
A list of job flows to be shutdown.
NOTE: This method appends the values to the existing list (if any). Use
#setJobFlowIds(java.util.Collection) or #withJobFlowIds(java.util.Collection) if you want to
override the existing values.
jobFlowIds - A list of job flows to be shutdown.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.