public static interface CreateBillingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateBillingGroupRequest.Builder,CreateBillingGroupRequest>
Modifier and Type | Method and Description |
---|---|
CreateBillingGroupRequest.Builder |
billingGroupName(String billingGroupName)
The name you wish to give to the billing group.
|
CreateBillingGroupRequest.Builder |
billingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
|
default CreateBillingGroupRequest.Builder |
billingGroupProperties(Consumer<BillingGroupProperties.Builder> billingGroupProperties)
The properties of the billing group.
|
CreateBillingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateBillingGroupRequest.Builder |
tags(Collection<Tag> tags)
Metadata which can be used to manage the billing group.
|
CreateBillingGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the billing group.
|
CreateBillingGroupRequest.Builder |
tags(Tag... tags)
Metadata which can be used to manage the billing group.
|
build
overrideConfiguration
copy
applyMutation, build
CreateBillingGroupRequest.Builder billingGroupName(String billingGroupName)
The name you wish to give to the billing group.
billingGroupName
- The name you wish to give to the billing group.CreateBillingGroupRequest.Builder billingGroupProperties(BillingGroupProperties billingGroupProperties)
The properties of the billing group.
billingGroupProperties
- The properties of the billing group.default CreateBillingGroupRequest.Builder billingGroupProperties(Consumer<BillingGroupProperties.Builder> billingGroupProperties)
The properties of the billing group.
This is a convenience that creates an instance of theBillingGroupProperties.Builder
avoiding the
need to create one manually via BillingGroupProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to billingGroupProperties(BillingGroupProperties)
.billingGroupProperties
- a consumer that will call methods on BillingGroupProperties.Builder
billingGroupProperties(BillingGroupProperties)
CreateBillingGroupRequest.Builder tags(Collection<Tag> tags)
Metadata which can be used to manage the billing group.
tags
- Metadata which can be used to manage the billing group.CreateBillingGroupRequest.Builder tags(Tag... tags)
Metadata which can be used to manage the billing group.
tags
- Metadata which can be used to manage the billing group.CreateBillingGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the billing group.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateBillingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateBillingGroupRequest.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.