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
-
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 Detail
-
billingGroupName
DescribeBillingGroupResponse.Builder billingGroupName(String 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
DescribeBillingGroupResponse.Builder billingGroupId(String 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
DescribeBillingGroupResponse.Builder billingGroupArn(String 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
DescribeBillingGroupResponse.Builder version(Long 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.Builderavoiding the need to create one manually viaBillingGroupProperties.builder().When the
Consumercompletes,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:
billingGroupProperties(BillingGroupProperties)
-
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.Builderavoiding the need to create one manually viaBillingGroupMetadata.builder().When the
Consumercompletes,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:
billingGroupMetadata(BillingGroupMetadata)
-
-