Interface BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder,BatchDisassociateClientDeviceFromCoreDeviceRequest>,GreengrassV2Request.Builder,SdkBuilder<BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder,BatchDisassociateClientDeviceFromCoreDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDisassociateClientDeviceFromCoreDeviceRequest
public static interface BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder,BatchDisassociateClientDeviceFromCoreDeviceRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
entries
BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder entries(Collection<DisassociateClientDeviceFromCoreDeviceEntry> entries)
The list of client devices to disassociate.
- Parameters:
entries- The list of client devices to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder entries(DisassociateClientDeviceFromCoreDeviceEntry... entries)
The list of client devices to disassociate.
- Parameters:
entries- The list of client devices to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
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.Builderavoiding the need to create one manually viaDisassociateClientDeviceFromCoreDeviceEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entries(List.) - Parameters:
entries- a consumer that will call methods onDisassociateClientDeviceFromCoreDeviceEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entries(java.util.Collection)
-
coreDeviceThingName
BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder coreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
- Parameters:
coreDeviceThingName- The name of the core device. This is also the name of the IoT thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDisassociateClientDeviceFromCoreDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-