public static interface AssociateTargetsWithJobRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<AssociateTargetsWithJobRequest.Builder,AssociateTargetsWithJobRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateTargetsWithJobRequest.Builder |
comment(String comment)
An optional comment string describing why the job was associated with the targets.
|
AssociateTargetsWithJobRequest.Builder |
jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
AssociateTargetsWithJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateTargetsWithJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateTargetsWithJobRequest.Builder |
targets(Collection<String> targets)
A list of thing group ARNs that define the targets of the job.
|
AssociateTargetsWithJobRequest.Builder |
targets(String... targets)
A list of thing group ARNs that define the targets of the job.
|
buildoverrideConfigurationcopyapplyMutation, buildAssociateTargetsWithJobRequest.Builder targets(Collection<String> targets)
A list of thing group ARNs that define the targets of the job.
targets - A list of thing group ARNs that define the targets of the job.AssociateTargetsWithJobRequest.Builder targets(String... targets)
A list of thing group ARNs that define the targets of the job.
targets - A list of thing group ARNs that define the targets of the job.AssociateTargetsWithJobRequest.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId - The unique identifier you assigned to this job when it was created.AssociateTargetsWithJobRequest.Builder comment(String comment)
An optional comment string describing why the job was associated with the targets.
comment - An optional comment string describing why the job was associated with the targets.AssociateTargetsWithJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateTargetsWithJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.