public static interface ListEntitlementsResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<ListEntitlementsResponse.Builder,ListEntitlementsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEntitlementsResponse.Builder |
entitlements(Collection<ListedEntitlement> entitlements)
A list of entitlements that have been granted to you from other AWS accounts.
|
ListEntitlementsResponse.Builder |
entitlements(Consumer<ListedEntitlement.Builder>... entitlements)
A list of entitlements that have been granted to you from other AWS accounts.
|
ListEntitlementsResponse.Builder |
entitlements(ListedEntitlement... entitlements)
A list of entitlements that have been granted to you from other AWS accounts.
|
ListEntitlementsResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results that you want to see.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEntitlementsResponse.Builder entitlements(Collection<ListedEntitlement> entitlements)
entitlements - A list of entitlements that have been granted to you from other AWS accounts.ListEntitlementsResponse.Builder entitlements(ListedEntitlement... entitlements)
entitlements - A list of entitlements that have been granted to you from other AWS accounts.ListEntitlementsResponse.Builder entitlements(Consumer<ListedEntitlement.Builder>... entitlements)
List.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 #entitlements(List) .entitlements - a consumer that will call methods on List.Builder #entitlements(List) ListEntitlementsResponse.Builder nextToken(String nextToken)
nextToken - The token that identifies which batch of results that you want to see. For example, you submit a
ListEntitlements request with MaxResults set at 5. The service returns the first batch of results (up
to 5) and a NextToken value. To see the next batch of results, you can submit the ListEntitlements
request a second time and specify the NextToken value.Copyright © 2022. All rights reserved.