public static interface ConnectionAliasAssociation.Builder extends SdkPojo, CopyableBuilder<ConnectionAliasAssociation.Builder,ConnectionAliasAssociation>
| Modifier and Type | Method and Description |
|---|---|
ConnectionAliasAssociation.Builder |
associatedAccountId(String associatedAccountId)
The identifier of the Amazon Web Services account that associated the connection alias with a directory.
|
ConnectionAliasAssociation.Builder |
associationStatus(AssociationStatus associationStatus)
The association status of the connection alias.
|
ConnectionAliasAssociation.Builder |
associationStatus(String associationStatus)
The association status of the connection alias.
|
ConnectionAliasAssociation.Builder |
connectionIdentifier(String connectionIdentifier)
The identifier of the connection alias association.
|
ConnectionAliasAssociation.Builder |
resourceId(String resourceId)
The identifier of the directory associated with a connection alias.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionAliasAssociation.Builder associationStatus(String associationStatus)
The association status of the connection alias.
associationStatus - The association status of the connection alias.AssociationStatus,
AssociationStatusConnectionAliasAssociation.Builder associationStatus(AssociationStatus associationStatus)
The association status of the connection alias.
associationStatus - The association status of the connection alias.AssociationStatus,
AssociationStatusConnectionAliasAssociation.Builder associatedAccountId(String associatedAccountId)
The identifier of the Amazon Web Services account that associated the connection alias with a directory.
associatedAccountId - The identifier of the Amazon Web Services account that associated the connection alias with a
directory.ConnectionAliasAssociation.Builder resourceId(String resourceId)
The identifier of the directory associated with a connection alias.
resourceId - The identifier of the directory associated with a connection alias.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.
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.Copyright © 2023. All rights reserved.