Interface ListIdentitiesRequest.Builder

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

public static interface ListIdentitiesRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<ListIdentitiesRequest.Builder,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)
      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.