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 Details

    • 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.