public static interface ListIdentitiesRequest.Builder extends CognitoIdentityRequest.Builder, SdkPojo, CopyableBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>
Modifier and Type | Method and 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.
|
ListIdentitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListIdentitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListIdentitiesRequest.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.ListIdentitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListIdentitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.