Interface AssociateWirelessDeviceWithThingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateWirelessDeviceWithThingRequest.Builder,AssociateWirelessDeviceWithThingRequest>,IotWirelessRequest.Builder,SdkBuilder<AssociateWirelessDeviceWithThingRequest.Builder,AssociateWirelessDeviceWithThingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateWirelessDeviceWithThingRequest
public static interface AssociateWirelessDeviceWithThingRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<AssociateWirelessDeviceWithThingRequest.Builder,AssociateWirelessDeviceWithThingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateWirelessDeviceWithThingRequest.Builderid(String id)The ID of the resource to update.AssociateWirelessDeviceWithThingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateWirelessDeviceWithThingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateWirelessDeviceWithThingRequest.BuilderthingArn(String thingArn)The ARN of the thing to associate with the wireless device.-
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.iotwireless.model.IotWirelessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
AssociateWirelessDeviceWithThingRequest.Builder id(String id)
The ID of the resource to update.
- Parameters:
id- The ID of the resource to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingArn
AssociateWirelessDeviceWithThingRequest.Builder thingArn(String thingArn)
The ARN of the thing to associate with the wireless device.
- Parameters:
thingArn- The ARN of the thing to associate with the wireless device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateWirelessDeviceWithThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateWirelessDeviceWithThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-