Interface CreateConnectionAliasRequest.Builder

    • Method Detail

      • connectionString

        CreateConnectionAliasRequest.Builder connectionString​(String connectionString)

        A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com .

        After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.

        Parameters:
        connectionString - A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com.

        After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateConnectionAliasRequest.Builder tags​(Collection<Tag> tags)

        The tags to associate with the connection alias.

        Parameters:
        tags - The tags to associate with the connection alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateConnectionAliasRequest.Builder tags​(Tag... tags)

        The tags to associate with the connection alias.

        Parameters:
        tags - The tags to associate with the connection alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.