CopyableBuilder<ListIdentitiesResponse.Builder,ListIdentitiesResponse>
, SdkBuilder<ListIdentitiesResponse.Builder,ListIdentitiesResponse>
public static interface ListIdentitiesResponse.Builder extends CopyableBuilder<ListIdentitiesResponse.Builder,ListIdentitiesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListIdentitiesResponse.Builder |
identities(Collection<IdentityDescription> identities) |
An object containing a set of identities and associated mappings.
|
ListIdentitiesResponse.Builder |
identities(IdentityDescription... identities) |
An object containing a set of identities and associated mappings.
|
ListIdentitiesResponse.Builder |
identityPoolId(String identityPoolId) |
An identity pool ID in the format REGION:GUID.
|
ListIdentitiesResponse.Builder |
nextToken(String nextToken) |
A pagination token.
|
copy
apply, build
ListIdentitiesResponse.Builder identityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.ListIdentitiesResponse.Builder identities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
identities
- An object containing a set of identities and associated mappings.ListIdentitiesResponse.Builder identities(IdentityDescription... identities)
An object containing a set of identities and associated mappings.
NOTE: This method appends the values to the existing list (if any). Use
#setIdentities(java.util.Collection)
or #withIdentities(java.util.Collection)
if you want to
override the existing values.
identities
- An object containing a set of identities and associated mappings.ListIdentitiesResponse.Builder nextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.