Interface CancelJobRunResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelJobRunResponse.Builder,CancelJobRunResponse>,EmrContainersResponse.Builder,SdkBuilder<CancelJobRunResponse.Builder,CancelJobRunResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CancelJobRunResponse
public static interface CancelJobRunResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<CancelJobRunResponse.Builder,CancelJobRunResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelJobRunResponse.Builderid(String id)The output contains the ID of the cancelled job run.CancelJobRunResponse.BuildervirtualClusterId(String virtualClusterId)The output contains the virtual cluster ID for which the job run is cancelled.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrcontainers.model.EmrContainersResponse.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
-
id
CancelJobRunResponse.Builder id(String id)
The output contains the ID of the cancelled job run.
- Parameters:
id- The output contains the ID of the cancelled job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
virtualClusterId
CancelJobRunResponse.Builder virtualClusterId(String virtualClusterId)
The output contains the virtual cluster ID for which the job run is cancelled.
- Parameters:
virtualClusterId- The output contains the virtual cluster ID for which the job run is cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-