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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RemoveThingFromBillingGroupRequest.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.Builder
RemoveThingFromBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.