Interface StartBatchJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartBatchJobResponse.Builder,,StartBatchJobResponse> M2Response.Builder,SdkBuilder<StartBatchJobResponse.Builder,,StartBatchJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartBatchJobResponse
@Mutable
@NotThreadSafe
public static interface StartBatchJobResponse.Builder
extends M2Response.Builder, SdkPojo, CopyableBuilder<StartBatchJobResponse.Builder,StartBatchJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionId(String executionId) The unique identifier of this execution of the batch job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-