public static interface ListBillingGroupsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListBillingGroupsResponse.Builder,ListBillingGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupsResponse.Builder |
billingGroups(Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
|
ListBillingGroupsResponse.Builder |
billingGroups(Consumer<GroupNameAndArn.Builder>... billingGroups)
The list of billing groups.
|
ListBillingGroupsResponse.Builder |
billingGroups(GroupNameAndArn... billingGroups)
The list of billing groups.
|
ListBillingGroupsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBillingGroupsResponse.Builder billingGroups(Collection<GroupNameAndArn> billingGroups)
The list of billing groups.
billingGroups - The list of billing groups.ListBillingGroupsResponse.Builder billingGroups(GroupNameAndArn... billingGroups)
The list of billing groups.
billingGroups - The list of billing groups.ListBillingGroupsResponse.Builder billingGroups(Consumer<GroupNameAndArn.Builder>... billingGroups)
The list of billing groups.
This is a convenience method that creates an instance of theGroupNameAndArn.Builder avoiding the need to create one
manually via GroupNameAndArn.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #billingGroups(List.
billingGroups - a consumer that will call methods on
GroupNameAndArn.Builder#billingGroups(java.util.Collection) ListBillingGroupsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.Copyright © 2022. All rights reserved.