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 method that creates an instance of theUsageReportSubscription.Builder avoiding the need to
create one manually via
UsageReportSubscription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #usageReportSubscriptions(List.
usageReportSubscriptions - a consumer that will call methods on
UsageReportSubscription.Builder#usageReportSubscriptions(java.util.Collection) 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 © 2023. All rights reserved.