Interface DescribeBillingGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeBillingGroupResponse.Builder,
,DescribeBillingGroupResponse> IotResponse.Builder
,SdkBuilder<DescribeBillingGroupResponse.Builder,
,DescribeBillingGroupResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeBillingGroupResponse
public static interface DescribeBillingGroupResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeBillingGroupResponse.Builder,DescribeBillingGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbillingGroupArn
(String billingGroupArn) The ARN of the billing group.billingGroupId
(String billingGroupId) The ID of the billing group.billingGroupMetadata
(Consumer<BillingGroupMetadata.Builder> billingGroupMetadata) Additional information about the billing group.billingGroupMetadata
(BillingGroupMetadata billingGroupMetadata) Additional information about the billing group.billingGroupName
(String billingGroupName) The name of the billing group.billingGroupProperties
(Consumer<BillingGroupProperties.Builder> billingGroupProperties) The properties of the billing group.billingGroupProperties
(BillingGroupProperties billingGroupProperties) The properties of the billing group.The version of the billing group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
billingGroupName
The name of the billing group.
- Parameters:
billingGroupName
- The name of the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupId
The ID of the billing group.
- Parameters:
billingGroupId
- The ID of the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupArn
The ARN of the billing group.
- Parameters:
billingGroupArn
- The ARN of the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the billing group.
- Parameters:
version
- The version of the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupProperties
DescribeBillingGroupResponse.Builder billingGroupProperties(BillingGroupProperties billingGroupProperties) The properties of the billing group.
- Parameters:
billingGroupProperties
- The properties of the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupProperties
default DescribeBillingGroupResponse.Builder billingGroupProperties(Consumer<BillingGroupProperties.Builder> billingGroupProperties) The properties of the billing group.
This is a convenience method that creates an instance of theBillingGroupProperties.Builder
avoiding the need to create one manually viaBillingGroupProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobillingGroupProperties(BillingGroupProperties)
.- Parameters:
billingGroupProperties
- a consumer that will call methods onBillingGroupProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
billingGroupMetadata
DescribeBillingGroupResponse.Builder billingGroupMetadata(BillingGroupMetadata billingGroupMetadata) Additional information about the billing group.
- Parameters:
billingGroupMetadata
- Additional information about the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupMetadata
default DescribeBillingGroupResponse.Builder billingGroupMetadata(Consumer<BillingGroupMetadata.Builder> billingGroupMetadata) Additional information about the billing group.
This is a convenience method that creates an instance of theBillingGroupMetadata.Builder
avoiding the need to create one manually viaBillingGroupMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobillingGroupMetadata(BillingGroupMetadata)
.- Parameters:
billingGroupMetadata
- a consumer that will call methods onBillingGroupMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-