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.
|
build
overrideConfiguration
copy
applyMutation, build
AddThingToBillingGroupRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AddThingToBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.