Interface AssociateTargetsWithJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateTargetsWithJobResponse.Builder,AssociateTargetsWithJobResponse>,IotResponse.Builder,SdkBuilder<AssociateTargetsWithJobResponse.Builder,AssociateTargetsWithJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateTargetsWithJobResponse
public static interface AssociateTargetsWithJobResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<AssociateTargetsWithJobResponse.Builder,AssociateTargetsWithJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateTargetsWithJobResponse.Builderdescription(String description)A short text description of the job.AssociateTargetsWithJobResponse.BuilderjobArn(String jobArn)An ARN identifying the job.AssociateTargetsWithJobResponse.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
AssociateTargetsWithJobResponse.Builder jobArn(String jobArn)
An ARN identifying the job.
- Parameters:
jobArn- An ARN identifying the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
AssociateTargetsWithJobResponse.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
AssociateTargetsWithJobResponse.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.
-
-