Interface BatchAssociateClientDeviceWithCoreDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchAssociateClientDeviceWithCoreDeviceRequest.Builder,BatchAssociateClientDeviceWithCoreDeviceRequest>,GreengrassV2Request.Builder,SdkBuilder<BatchAssociateClientDeviceWithCoreDeviceRequest.Builder,BatchAssociateClientDeviceWithCoreDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchAssociateClientDeviceWithCoreDeviceRequest
public static interface BatchAssociateClientDeviceWithCoreDeviceRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<BatchAssociateClientDeviceWithCoreDeviceRequest.Builder,BatchAssociateClientDeviceWithCoreDeviceRequest>
-
-
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
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder entries(Collection<AssociateClientDeviceWithCoreDeviceEntry> entries)
The list of client devices to associate.
- Parameters:
entries- The list of client devices to associate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder entries(AssociateClientDeviceWithCoreDeviceEntry... entries)
The list of client devices to associate.
- Parameters:
entries- The list of client devices to associate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
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.Builderavoiding the need to create one manually viaAssociateClientDeviceWithCoreDeviceEntry.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 onAssociateClientDeviceWithCoreDeviceEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entries(java.util.Collection)
-
coreDeviceThingName
BatchAssociateClientDeviceWithCoreDeviceRequest.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
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchAssociateClientDeviceWithCoreDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-