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)
Add an optional request override configuration.
|
DeleteBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBillingGroupRequest.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.