public static interface CreateBillingGroupResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateBillingGroupResponse.Builder,CreateBillingGroupResponse>
Modifier and Type | Method and Description |
---|---|
CreateBillingGroupResponse.Builder |
billingGroupArn(String billingGroupArn)
The ARN of the billing group.
|
CreateBillingGroupResponse.Builder |
billingGroupId(String billingGroupId)
The ID of the billing group.
|
CreateBillingGroupResponse.Builder |
billingGroupName(String billingGroupName)
The name you gave to the billing group.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateBillingGroupResponse.Builder billingGroupName(String billingGroupName)
The name you gave to the billing group.
billingGroupName
- The name you gave to the billing group.CreateBillingGroupResponse.Builder billingGroupArn(String billingGroupArn)
The ARN of the billing group.
billingGroupArn
- The ARN of the billing group.CreateBillingGroupResponse.Builder billingGroupId(String billingGroupId)
The ID of the billing group.
billingGroupId
- The ID of the billing group.Copyright © 2022. All rights reserved.