Interface ListIdentitiesRequest.Builder

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

  • Method Details

    • identityType

      ListIdentitiesRequest.Builder identityType(String identityType)

      The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.

      Parameters:
      identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • identityType

      ListIdentitiesRequest.Builder identityType(IdentityType identityType)

      The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.

      Parameters:
      identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListIdentitiesRequest.Builder nextToken(String nextToken)

      The token to use for pagination.

      Parameters:
      nextToken - The token to use for pagination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      The maximum number of identities per page. Possible values are 1-1000 inclusive.

      Parameters:
      maxItems - The maximum number of identities per page. Possible values are 1-1000 inclusive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListIdentitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder