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) |
RemoveThingFromBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderRemoveThingFromBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.