Interface CancelJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelJobResponse.Builder,CancelJobResponse>,IotResponse.Builder,SdkBuilder<CancelJobResponse.Builder,CancelJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CancelJobResponse
public static interface CancelJobResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CancelJobResponse.Builder,CancelJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelJobResponse.Builderdescription(String description)A short text description of the job.CancelJobResponse.BuilderjobArn(String jobArn)The job ARN.CancelJobResponse.BuilderjobId(String jobId)The unique identifier you assigned to this job when it was created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.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
-
jobArn
CancelJobResponse.Builder jobArn(String jobArn)
The job ARN.
- Parameters:
jobArn- The job ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
CancelJobResponse.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
- Parameters:
jobId- The unique identifier you assigned to this job when it was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CancelJobResponse.Builder description(String description)
A short text description of the job.
- Parameters:
description- A short text description of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-