Interface ListAliasesRequest.Builder

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

public static interface ListAliasesRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
  • Method Details

    • organizationId

      ListAliasesRequest.Builder organizationId(String organizationId)

      The identifier for the organization under which the entity exists.

      Parameters:
      organizationId - The identifier for the organization under which the entity exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityId

      ListAliasesRequest.Builder entityId(String entityId)

      The identifier for the entity for which to list the aliases.

      Parameters:
      entityId - The identifier for the entity for which to list the aliases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListAliasesRequest.Builder nextToken(String nextToken)

      The token to use to retrieve the next page of results. The first call does not contain any tokens.

      Parameters:
      nextToken - The token to use to retrieve the next page of results. The first call does not contain any tokens.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListAliasesRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in a single call.

      Parameters:
      maxResults - The maximum number of results to return in a single call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListAliasesRequest.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.