Interface ListIdentitiesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CognitoIdentityRequest.Builder, CopyableBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>, SdkBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListIdentitiesRequest

public static interface ListIdentitiesRequest.Builder extends CognitoIdentityRequest.Builder, SdkPojo, CopyableBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>
  • Method Details

    • identityPoolId

      ListIdentitiesRequest.Builder identityPoolId(String identityPoolId)

      An identity pool ID in the format REGION:GUID.

      Parameters:
      identityPoolId - An identity pool ID in the format REGION:GUID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListIdentitiesRequest.Builder maxResults(Integer maxResults)

      The maximum number of identities to return.

      Parameters:
      maxResults - The maximum number of identities to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListIdentitiesRequest.Builder nextToken(String nextToken)

      A pagination token.

      Parameters:
      nextToken - A pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hideDisabled

      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.

      Parameters:
      hideDisabled - An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListIdentitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.