public static interface ListSubscriptionRequestsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListSubscriptionRequestsResponse.Builder,ListSubscriptionRequestsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionRequestsResponse.Builder |
items(Collection<SubscriptionRequestSummary> items)
The results of the
ListSubscriptionRequests action. |
ListSubscriptionRequestsResponse.Builder |
items(Consumer<SubscriptionRequestSummary.Builder>... items)
The results of the
ListSubscriptionRequests action. |
ListSubscriptionRequestsResponse.Builder |
items(SubscriptionRequestSummary... items)
The results of the
ListSubscriptionRequests action. |
ListSubscriptionRequestsResponse.Builder |
nextToken(String nextToken)
When the number of subscription requests is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
subscription requests, the response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubscriptionRequestsResponse.Builder items(Collection<SubscriptionRequestSummary> items)
The results of the ListSubscriptionRequests action.
items - The results of the ListSubscriptionRequests action.ListSubscriptionRequestsResponse.Builder items(SubscriptionRequestSummary... items)
The results of the ListSubscriptionRequests action.
items - The results of the ListSubscriptionRequests action.ListSubscriptionRequestsResponse.Builder items(Consumer<SubscriptionRequestSummary.Builder>... items)
The results of the ListSubscriptionRequests action.
SubscriptionRequestSummary.Builder avoiding the need
to create one manually via
SubscriptionRequestSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
SubscriptionRequestSummary.Builder#items(java.util.Collection) ListSubscriptionRequestsResponse.Builder nextToken(String nextToken)
When the number of subscription requests is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number of
subscription requests, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListSubscriptionRequests to list the
next set of subscription requests.
nextToken - When the number of subscription requests is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults
that is less than the number of subscription requests, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to
ListSubscriptionRequests to list the next set of subscription requests.Copyright © 2023. All rights reserved.