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)
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.
|
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateTargetsWithJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.