CopyableBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>, SdkBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>public static interface ListIdentitiesRequest.Builder extends CopyableBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListIdentitiesRequest.Builder |
hideDisabled(Boolean hideDisabled) |
An optional boolean parameter that allows you to hide disabled identities.
|
ListIdentitiesRequest.Builder |
identityPoolId(String identityPoolId) |
An identity pool ID in the format REGION:GUID.
|
ListIdentitiesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of identities to return.
|
ListIdentitiesRequest.Builder |
nextToken(String nextToken) |
A pagination token.
|
copyapply, buildListIdentitiesRequest.Builder identityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId - An identity pool ID in the format REGION:GUID.ListIdentitiesRequest.Builder maxResults(Integer maxResults)
The maximum number of identities to return.
maxResults - The maximum number of identities to return.ListIdentitiesRequest.Builder nextToken(String nextToken)
A pagination token.
nextToken - A pagination token.ListIdentitiesRequest.Builder hideDisabled(Boolean hideDisabled)
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
hideDisabled - An optional boolean parameter that allows you to hide disabled identities. If omitted, the
ListIdentities API will include disabled identities in the response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.