public static interface ListProductSubscriptionsResponse.Builder extends LicenseManagerUserSubscriptionsResponse.Builder, SdkPojo, CopyableBuilder<ListProductSubscriptionsResponse.Builder,ListProductSubscriptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProductSubscriptionsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListProductSubscriptionsResponse.Builder |
productUserSummaries(Collection<ProductUserSummary> productUserSummaries)
Metadata that describes the list product subscriptions operation.
|
ListProductSubscriptionsResponse.Builder |
productUserSummaries(Consumer<ProductUserSummary.Builder>... productUserSummaries)
Metadata that describes the list product subscriptions operation.
|
ListProductSubscriptionsResponse.Builder |
productUserSummaries(ProductUserSummary... productUserSummaries)
Metadata that describes the list product subscriptions operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProductSubscriptionsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListProductSubscriptionsResponse.Builder productUserSummaries(Collection<ProductUserSummary> productUserSummaries)
Metadata that describes the list product subscriptions operation.
productUserSummaries - Metadata that describes the list product subscriptions operation.ListProductSubscriptionsResponse.Builder productUserSummaries(ProductUserSummary... productUserSummaries)
Metadata that describes the list product subscriptions operation.
productUserSummaries - Metadata that describes the list product subscriptions operation.ListProductSubscriptionsResponse.Builder productUserSummaries(Consumer<ProductUserSummary.Builder>... productUserSummaries)
Metadata that describes the list product subscriptions operation.
This is a convenience method 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 #productUserSummaries(List) .productUserSummaries - a consumer that will call methods on List.Builder #productUserSummaries(List) Copyright © 2022. All rights reserved.