public static interface RemoveThingFromBillingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<RemoveThingFromBillingGroupRequest.Builder,RemoveThingFromBillingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveThingFromBillingGroupRequest.Builder |
billingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
RemoveThingFromBillingGroupRequest.Builder |
billingGroupName(String billingGroupName)
The name of the billing group.
|
RemoveThingFromBillingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RemoveThingFromBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RemoveThingFromBillingGroupRequest.Builder |
thingArn(String thingArn)
The ARN of the thing to be removed from the billing group.
|
RemoveThingFromBillingGroupRequest.Builder |
thingName(String thingName)
The name of the thing to be removed from the billing group.
|
buildoverrideConfigurationcopyapplyMutation, buildRemoveThingFromBillingGroupRequest.Builder billingGroupName(String billingGroupName)
The name of the billing group.
billingGroupName - The name of the billing group.RemoveThingFromBillingGroupRequest.Builder billingGroupArn(String billingGroupArn)
The ARN of the billing group.
billingGroupArn - The ARN of the billing group.RemoveThingFromBillingGroupRequest.Builder thingName(String thingName)
The name of the thing to be removed from the billing group.
thingName - The name of the thing to be removed from the billing group.RemoveThingFromBillingGroupRequest.Builder thingArn(String thingArn)
The ARN of the thing to be removed from the billing group.
thingArn - The ARN of the thing to be removed from the billing group.RemoveThingFromBillingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RemoveThingFromBillingGroupRequest.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.