CopyableBuilder<AddJobFlowStepsResponse.Builder,AddJobFlowStepsResponse>
, SdkBuilder<AddJobFlowStepsResponse.Builder,AddJobFlowStepsResponse>
public static interface AddJobFlowStepsResponse.Builder extends CopyableBuilder<AddJobFlowStepsResponse.Builder,AddJobFlowStepsResponse>
Modifier and Type | Method | Description |
---|---|---|
AddJobFlowStepsResponse.Builder |
stepIds(String... stepIds) |
The identifiers of the list of steps added to the job flow.
|
AddJobFlowStepsResponse.Builder |
stepIds(Collection<String> stepIds) |
The identifiers of the list of steps added to the job flow.
|
copy
apply, build
AddJobFlowStepsResponse.Builder stepIds(Collection<String> stepIds)
The identifiers of the list of steps added to the job flow.
stepIds
- The identifiers of the list of steps added to the job flow.AddJobFlowStepsResponse.Builder stepIds(String... stepIds)
The identifiers of the list of steps added to the job flow.
NOTE: This method appends the values to the existing list (if any). Use
#setStepIds(java.util.Collection)
or #withStepIds(java.util.Collection)
if you want to
override the existing values.
stepIds
- The identifiers of the list of steps added to the job flow.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.