public static interface DeleteBillingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteBillingGroupRequest.Builder,DeleteBillingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBillingGroupRequest.Builder |
billingGroupName(String billingGroupName)
The name of the billing group.
|
DeleteBillingGroupRequest.Builder |
expectedVersion(Long expectedVersion)
The expected version of the billing group.
|
DeleteBillingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBillingGroupRequest.Builder billingGroupName(String billingGroupName)
The name of the billing group.
billingGroupName - The name of the billing group.DeleteBillingGroupRequest.Builder expectedVersion(Long expectedVersion)
The expected version of the billing group. If the version of the billing group does not match the expected
version specified in the request, the DeleteBillingGroup request is rejected with a
VersionConflictException.
expectedVersion - The expected version of the billing group. If the version of the billing group does not match the
expected version specified in the request, the DeleteBillingGroup request is rejected
with a VersionConflictException.DeleteBillingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.