Interface ConnectionAliasAssociation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConnectionAliasAssociation.Builder,,- ConnectionAliasAssociation> - SdkBuilder<ConnectionAliasAssociation.Builder,,- ConnectionAliasAssociation> - SdkPojo
- Enclosing class:
- ConnectionAliasAssociation
@Mutable
@NotThreadSafe
public static interface ConnectionAliasAssociation.Builder
extends SdkPojo, CopyableBuilder<ConnectionAliasAssociation.Builder,ConnectionAliasAssociation> 
- 
Method SummaryModifier and TypeMethodDescriptionassociatedAccountId(String associatedAccountId) The identifier of the Amazon Web Services account that associated the connection alias with a directory.associationStatus(String associationStatus) The association status of the connection alias.associationStatus(AssociationStatus associationStatus) The association status of the connection alias.connectionIdentifier(String connectionIdentifier) The identifier of the connection alias association.resourceId(String resourceId) The identifier of the directory associated with a connection alias.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
associationStatusThe 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:
 
- 
associationStatusThe 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:
 
- 
associatedAccountIdThe 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.
 
- 
resourceIdThe 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.
 
- 
connectionIdentifierThe 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.
 
 
-