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, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateBillingGroupResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.