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 used to get the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #billingGroups(List) .billingGroups - a consumer that will call methods on List.Builder #billingGroups(List) ListBillingGroupsResponse.Builder nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.