Interface ConnectionAliasAssociation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConnectionAliasAssociation.Builder,ConnectionAliasAssociation>, SdkBuilder<ConnectionAliasAssociation.Builder,ConnectionAliasAssociation>, SdkPojo
Enclosing class:
ConnectionAliasAssociation

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

    • associationStatus

      ConnectionAliasAssociation.Builder associationStatus(String associationStatus)

      The association status of the connection alias.

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

      ConnectionAliasAssociation.Builder associationStatus(AssociationStatus associationStatus)

      The association status of the connection alias.

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

      ConnectionAliasAssociation.Builder associatedAccountId(String associatedAccountId)

      The identifier of the Amazon Web Services account that associated the connection alias with a directory.

      Parameters:
      associatedAccountId - The identifier of the Amazon Web Services account that associated the connection alias with a directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      The identifier of the directory associated with a connection alias.

      Parameters:
      resourceId - The identifier of the directory associated with a connection alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionIdentifier

      ConnectionAliasAssociation.Builder connectionIdentifier(String connectionIdentifier)

      The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.

      Parameters:
      connectionIdentifier - The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.