Interface AddJobFlowStepsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AddJobFlowStepsResponse.Builder,AddJobFlowStepsResponse>
,EmrResponse.Builder
,SdkBuilder<AddJobFlowStepsResponse.Builder,AddJobFlowStepsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- AddJobFlowStepsResponse
public static interface AddJobFlowStepsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<AddJobFlowStepsResponse.Builder,AddJobFlowStepsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
stepIds
AddJobFlowStepsResponse.Builder stepIds(Collection<String> stepIds)
The identifiers of the list of steps added to the job flow.
- Parameters:
stepIds
- The identifiers of the list of steps added to the job flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepIds
AddJobFlowStepsResponse.Builder stepIds(String... stepIds)
The identifiers of the list of steps added to the job flow.
- Parameters:
stepIds
- The identifiers of the list of steps added to the job flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-