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