public static interface BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder,BatchDisassociateClientDeviceFromCoreDeviceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateClientDeviceFromCoreDeviceRequest.Builder entries(Collection<DisassociateClientDeviceFromCoreDeviceEntry> entries)
The list of client devices to disassociate.
entries - The list of client devices to disassociate.BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder entries(DisassociateClientDeviceFromCoreDeviceEntry... entries)
The list of client devices to disassociate.
entries - The list of client devices to disassociate.BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder entries(Consumer<DisassociateClientDeviceFromCoreDeviceEntry.Builder>... entries)
The list of client devices to disassociate.
This is a convenience method that creates an instance of theDisassociateClientDeviceFromCoreDeviceEntry.Builder
avoiding the need to create one manually via
DisassociateClientDeviceFromCoreDeviceEntry.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
DisassociateClientDeviceFromCoreDeviceEntry.Builder#entries(java.util.Collection) BatchDisassociateClientDeviceFromCoreDeviceRequest.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.BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDisassociateClientDeviceFromCoreDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.