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)
Add an optional request override configuration.
|
AddThingToBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, buildAddThingToBillingGroupRequest.Builder billingGroupName(String billingGroupName)
The name of the billing group.
billingGroupName - The name of the billing group.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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AddThingToBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.