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.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteBillingGroupRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.