CopyableBuilder<GetEntitlementsResponse.Builder,GetEntitlementsResponse>
, SdkBuilder<GetEntitlementsResponse.Builder,GetEntitlementsResponse>
public static interface GetEntitlementsResponse.Builder extends CopyableBuilder<GetEntitlementsResponse.Builder,GetEntitlementsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetEntitlementsResponse.Builder |
entitlements(Collection<Entitlement> entitlements) |
The set of entitlements found through the GetEntitlements operation.
|
GetEntitlementsResponse.Builder |
entitlements(Entitlement... entitlements) |
The set of entitlements found through the GetEntitlements operation.
|
GetEntitlementsResponse.Builder |
nextToken(String nextToken) |
For paginated results, use NextToken in subsequent calls to GetEntitlements.
|
copy
apply, build
GetEntitlementsResponse.Builder entitlements(Collection<Entitlement> entitlements)
The set of entitlements found through the GetEntitlements operation. If the result contains an empty set of entitlements, NextToken might still be present and should be used.
entitlements
- The set of entitlements found through the GetEntitlements operation. If the result contains an empty
set of entitlements, NextToken might still be present and should be used.GetEntitlementsResponse.Builder entitlements(Entitlement... entitlements)
The set of entitlements found through the GetEntitlements operation. If the result contains an empty set of entitlements, NextToken might still be present and should be used.
NOTE: This method appends the values to the existing list (if any). Use
#setEntitlements(java.util.Collection)
or #withEntitlements(java.util.Collection)
if you want
to override the existing values.
entitlements
- The set of entitlements found through the GetEntitlements operation. If the result contains an empty
set of entitlements, NextToken might still be present and should be used.GetEntitlementsResponse.Builder nextToken(String nextToken)
For paginated results, use NextToken in subsequent calls to GetEntitlements. If the result contains an empty set of entitlements, NextToken might still be present and should be used.
nextToken
- For paginated results, use NextToken in subsequent calls to GetEntitlements. If the result contains an
empty set of entitlements, NextToken might still be present and should be used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.