Interface CreateOrganizationRequest.Builder

    • Method Detail

      • directoryId

        CreateOrganizationRequest.Builder directoryId​(String directoryId)

        The AWS Directory Service directory ID.

        Parameters:
        directoryId - The AWS Directory Service directory ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        CreateOrganizationRequest.Builder alias​(String alias)

        The organization alias.

        Parameters:
        alias - The organization alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateOrganizationRequest.Builder clientToken​(String clientToken)

        The idempotency token associated with the request.

        Parameters:
        clientToken - The idempotency token associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domains

        CreateOrganizationRequest.Builder domains​(Collection<Domain> domains)

        The email domains to associate with the organization.

        Parameters:
        domains - The email domains to associate with the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domains

        CreateOrganizationRequest.Builder domains​(Domain... domains)

        The email domains to associate with the organization.

        Parameters:
        domains - The email domains to associate with the organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyArn

        CreateOrganizationRequest.Builder kmsKeyArn​(String kmsKeyArn)

        The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.

        Parameters:
        kmsKeyArn - The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enableInteroperability

        CreateOrganizationRequest.Builder enableInteroperability​(Boolean enableInteroperability)

        When true, allows organization interoperability between WorkMail and Microsoft Exchange. If true, you must include a AD Connector directory ID in the request.

        Parameters:
        enableInteroperability - When true, allows organization interoperability between WorkMail and Microsoft Exchange. If true, you must include a AD Connector directory ID in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.