Uses of Interface
software.amazon.awssdk.services.iot.model.CancelJobResponse.Builder
-
Packages that use CancelJobResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CancelJobResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CancelJobResponse.Builder Modifier and Type Method Description static CancelJobResponse.BuilderCancelJobResponse. builder()CancelJobResponse.BuilderCancelJobResponse.Builder. description(String description)A short text description of the job.CancelJobResponse.BuilderCancelJobResponse.Builder. jobArn(String jobArn)The job ARN.CancelJobResponse.BuilderCancelJobResponse.Builder. jobId(String jobId)The unique identifier you assigned to this job when it was created.CancelJobResponse.BuilderCancelJobResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CancelJobResponse.Builder Modifier and Type Method Description static Class<? extends CancelJobResponse.Builder>CancelJobResponse. serializableBuilderClass()
-