Interface AddThingToBillingGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AddThingToBillingGroupRequest.Builder,AddThingToBillingGroupRequest>
,IotRequest.Builder
,SdkBuilder<AddThingToBillingGroupRequest.Builder,AddThingToBillingGroupRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- AddThingToBillingGroupRequest
public static interface AddThingToBillingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<AddThingToBillingGroupRequest.Builder,AddThingToBillingGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddThingToBillingGroupRequest.Builder
billingGroupArn(String billingGroupArn)
The ARN of the billing group.AddThingToBillingGroupRequest.Builder
billingGroupName(String billingGroupName)
The name of the billing group.AddThingToBillingGroupRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AddThingToBillingGroupRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AddThingToBillingGroupRequest.Builder
thingArn(String thingArn)
The ARN of the thing to be added to the billing group.AddThingToBillingGroupRequest.Builder
thingName(String thingName)
The name of the thing to be added to the billing group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
billingGroupName
AddThingToBillingGroupRequest.Builder billingGroupName(String billingGroupName)
The name of the billing group.
This call is asynchronous. It might take several seconds for the detachment to propagate.
- Parameters:
billingGroupName
- The name of the billing group.This call is asynchronous. It might take several seconds for the detachment to propagate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupArn
AddThingToBillingGroupRequest.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.
-
thingName
AddThingToBillingGroupRequest.Builder thingName(String thingName)
The name of the thing to be added to the billing group.
- Parameters:
thingName
- The name of the thing to be added to the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingArn
AddThingToBillingGroupRequest.Builder thingArn(String thingArn)
The ARN of the thing to be added to the billing group.
- Parameters:
thingArn
- The ARN of the thing to be added to the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddThingToBillingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
AddThingToBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-