public static interface AddThingToBillingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<AddThingToBillingGroupRequest.Builder,AddThingToBillingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
AddThingToBillingGroupRequest.Builder |
billingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
AddThingToBillingGroupRequest.Builder |
billingGroupName(String billingGroupName)
The name of the billing group.
|
AddThingToBillingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddThingToBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddThingToBillingGroupRequest.Builder |
thingArn(String thingArn)
The ARN of the thing to be added to the billing group.
|
AddThingToBillingGroupRequest.Builder |
thingName(String thingName)
The name of the thing to be added to the billing group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddThingToBillingGroupRequest.Builder billingGroupName(String billingGroupName)
The name of the billing group.
This call is asynchronous. It might take several seconds for the detachment to propagate.
billingGroupName - The name of the billing group. This call is asynchronous. It might take several seconds for the detachment to propagate.
AddThingToBillingGroupRequest.Builder billingGroupArn(String billingGroupArn)
The ARN of the billing group.
billingGroupArn - The ARN of the billing group.AddThingToBillingGroupRequest.Builder thingName(String thingName)
The name of the thing to be added to the billing group.
thingName - The name of the thing to be added to the billing group.AddThingToBillingGroupRequest.Builder thingArn(String thingArn)
The ARN of the thing to be added to the billing group.
thingArn - The ARN of the thing to be added to the billing group.AddThingToBillingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddThingToBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.