public static interface CreateBillingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateBillingGroupRequest.Builder,CreateBillingGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBillingGroupRequest.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.BuilderbillingGroupProperties(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)
overrideConfiguration in interface AwsRequest.BuilderCreateBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.