Interface DeleteAliasRequest.Builder

  • Method Details

    • organizationId

      DeleteAliasRequest.Builder organizationId(String organizationId)

      The identifier for the organization under which the user exists.

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

      DeleteAliasRequest.Builder entityId(String entityId)

      The identifier for the member (user or group) from which to have the aliases removed.

      Parameters:
      entityId - The identifier for the member (user or group) from which to have the aliases removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alias

      The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

      Parameters:
      alias - The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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