public static interface DescribeEntitlementsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntitlementsResponse.Builder,DescribeEntitlementsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEntitlementsResponse.Builder |
entitlements(Collection<Entitlement> entitlements)
The entitlements.
|
DescribeEntitlementsResponse.Builder |
entitlements(Consumer<Entitlement.Builder>... entitlements)
The entitlements.
|
DescribeEntitlementsResponse.Builder |
entitlements(Entitlement... entitlements)
The entitlements.
|
DescribeEntitlementsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEntitlementsResponse.Builder entitlements(Collection<Entitlement> entitlements)
The entitlements.
entitlements - The entitlements.DescribeEntitlementsResponse.Builder entitlements(Entitlement... entitlements)
The entitlements.
entitlements - The entitlements.DescribeEntitlementsResponse.Builder entitlements(Consumer<Entitlement.Builder>... entitlements)
The entitlements.
This is a convenience method that creates an instance of theEntitlement.Builder avoiding the need to create one
manually via Entitlement.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #entitlements(List.
entitlements - a consumer that will call methods on
Entitlement.Builder#entitlements(java.util.Collection) DescribeEntitlementsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.Copyright © 2023. All rights reserved.