Interface ConnectionAlias.Builder

    • Method Detail

      • connectionString

        ConnectionAlias.Builder connectionString​(String connectionString)

        The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.

        Parameters:
        connectionString - The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aliasId

        ConnectionAlias.Builder aliasId​(String aliasId)

        The identifier of the connection alias.

        Parameters:
        aliasId - The identifier of the connection alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerAccountId

        ConnectionAlias.Builder ownerAccountId​(String ownerAccountId)

        The identifier of the Amazon Web Services account that owns the connection alias.

        Parameters:
        ownerAccountId - The identifier of the Amazon Web Services account that owns the connection alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associations

        ConnectionAlias.Builder associations​(Collection<ConnectionAliasAssociation> associations)

        The association status of the connection alias.

        Parameters:
        associations - The association status of the connection alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associations

        ConnectionAlias.Builder associations​(ConnectionAliasAssociation... associations)

        The association status of the connection alias.

        Parameters:
        associations - The association status of the connection alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.