Interface StartBatchJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartBatchJobResponse.Builder,StartBatchJobResponse>,M2Response.Builder,SdkBuilder<StartBatchJobResponse.Builder,StartBatchJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartBatchJobResponse
public static interface StartBatchJobResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<StartBatchJobResponse.Builder,StartBatchJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartBatchJobResponse.BuilderexecutionId(String executionId)The unique identifier of this execution of the batch job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
executionId
StartBatchJobResponse.Builder executionId(String executionId)
The unique identifier of this execution of the batch job.
- Parameters:
executionId- The unique identifier of this execution of the batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-