public static interface BatchAssociateClientDeviceWithCoreDeviceRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<BatchAssociateClientDeviceWithCoreDeviceRequest.Builder,BatchAssociateClientDeviceWithCoreDeviceRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder |
coreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder |
entries(AssociateClientDeviceWithCoreDeviceEntry... entries)
The list of client devices to associate.
|
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder |
entries(Collection<AssociateClientDeviceWithCoreDeviceEntry> entries)
The list of client devices to associate.
|
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder |
entries(Consumer<AssociateClientDeviceWithCoreDeviceEntry.Builder>... entries)
The list of client devices to associate.
|
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAssociateClientDeviceWithCoreDeviceRequest.Builder entries(Collection<AssociateClientDeviceWithCoreDeviceEntry> entries)
The list of client devices to associate.
entries - The list of client devices to associate.BatchAssociateClientDeviceWithCoreDeviceRequest.Builder entries(AssociateClientDeviceWithCoreDeviceEntry... entries)
The list of client devices to associate.
entries - The list of client devices to associate.BatchAssociateClientDeviceWithCoreDeviceRequest.Builder entries(Consumer<AssociateClientDeviceWithCoreDeviceEntry.Builder>... entries)
The list of client devices to associate.
This is a convenience method that creates an instance of theAssociateClientDeviceWithCoreDeviceEntry.Builder
avoiding the need to create one manually via
AssociateClientDeviceWithCoreDeviceEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
AssociateClientDeviceWithCoreDeviceEntry.Builder#entries(java.util.Collection) BatchAssociateClientDeviceWithCoreDeviceRequest.Builder coreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.BatchAssociateClientDeviceWithCoreDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchAssociateClientDeviceWithCoreDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.