Interface CreateBillingGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateBillingGroupResponse.Builder,,CreateBillingGroupResponse> IotResponse.Builder,SdkBuilder<CreateBillingGroupResponse.Builder,,CreateBillingGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateBillingGroupResponse
public static interface CreateBillingGroupResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateBillingGroupResponse.Builder,CreateBillingGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbillingGroupArn(String billingGroupArn) The ARN of the billing group.billingGroupId(String billingGroupId) The ID of the billing group.billingGroupName(String billingGroupName) The name you gave to the billing group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
billingGroupName
The name you gave to the billing group.
- Parameters:
billingGroupName- The name you gave to 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.
-
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.
-