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 |
namespaceId(String namespaceId)
The namespace used to indicate that a job is a customer-managed job.
|
AssociateTargetsWithJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateTargetsWithJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociateTargetsWithJobRequest.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 namespaceId(String namespaceId)
The namespace used to indicate that a job is a customer-managed job.
When you specify a value for this parameter, AWS IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.
$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/
The namespaceId
feature is in public preview.
namespaceId
- The namespace used to indicate that a job is a customer-managed job.
When you specify a value for this parameter, AWS IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.
$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/
The namespaceId
feature is in public preview.
AssociateTargetsWithJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AssociateTargetsWithJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.