public static interface ListSubscriptionGrantsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListSubscriptionGrantsResponse.Builder,ListSubscriptionGrantsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionGrantsResponse.Builder |
items(Collection<SubscriptionGrantSummary> items)
The results of the
ListSubscriptionGrants action. |
ListSubscriptionGrantsResponse.Builder |
items(Consumer<SubscriptionGrantSummary.Builder>... items)
The results of the
ListSubscriptionGrants action. |
ListSubscriptionGrantsResponse.Builder |
items(SubscriptionGrantSummary... items)
The results of the
ListSubscriptionGrants action. |
ListSubscriptionGrantsResponse.Builder |
nextToken(String nextToken)
When the number of subscription grants 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 grants, the response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubscriptionGrantsResponse.Builder items(Collection<SubscriptionGrantSummary> items)
The results of the ListSubscriptionGrants action.
items - The results of the ListSubscriptionGrants action.ListSubscriptionGrantsResponse.Builder items(SubscriptionGrantSummary... items)
The results of the ListSubscriptionGrants action.
items - The results of the ListSubscriptionGrants action.ListSubscriptionGrantsResponse.Builder items(Consumer<SubscriptionGrantSummary.Builder>... items)
The results of the ListSubscriptionGrants action.
SubscriptionGrantSummary.Builder avoiding the need to
create one manually via
SubscriptionGrantSummary.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
SubscriptionGrantSummary.Builder#items(java.util.Collection) ListSubscriptionGrantsResponse.Builder nextToken(String nextToken)
When the number of subscription grants 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 grants, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListSubscriptionGrants to list the
next set of subscription grants.
nextToken - When the number of subscription grants 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 grants, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to
ListSubscriptionGrants to list the next set of subscription grants.Copyright © 2023. All rights reserved.