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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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
CreateBillingGroupResponse.Builder billingGroupName(String 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
CreateBillingGroupResponse.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.
-
billingGroupId
CreateBillingGroupResponse.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.
-
-