public static interface DescribeUsageReportSubscriptionsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeUsageReportSubscriptionsResponse.Builder,DescribeUsageReportSubscriptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUsageReportSubscriptionsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeUsageReportSubscriptionsResponse.Builder |
usageReportSubscriptions(Collection<UsageReportSubscription> usageReportSubscriptions)
Information about the usage report subscription.
|
DescribeUsageReportSubscriptionsResponse.Builder |
usageReportSubscriptions(Consumer<UsageReportSubscription.Builder>... usageReportSubscriptions)
Information about the usage report subscription.
|
DescribeUsageReportSubscriptionsResponse.Builder |
usageReportSubscriptions(UsageReportSubscription... usageReportSubscriptions)
Information about the usage report subscription.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUsageReportSubscriptionsResponse.Builder usageReportSubscriptions(Collection<UsageReportSubscription> usageReportSubscriptions)
Information about the usage report subscription.
usageReportSubscriptions - Information about the usage report subscription.DescribeUsageReportSubscriptionsResponse.Builder usageReportSubscriptions(UsageReportSubscription... usageReportSubscriptions)
Information about the usage report subscription.
usageReportSubscriptions - Information about the usage report subscription.DescribeUsageReportSubscriptionsResponse.Builder usageReportSubscriptions(Consumer<UsageReportSubscription.Builder>... usageReportSubscriptions)
Information about the usage report subscription.
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 #usageReportSubscriptions(List) .usageReportSubscriptions - a consumer that will call methods on List.Builder #usageReportSubscriptions(List) DescribeUsageReportSubscriptionsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2021. All rights reserved.