Interface ConnectionAliasPermission.Builder

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

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

    • sharedAccountId

      ConnectionAliasPermission.Builder sharedAccountId(String sharedAccountId)

      The identifier of the Amazon Web Services account that the connection alias is shared with.

      Parameters:
      sharedAccountId - The identifier of the Amazon Web Services account that the connection alias is shared with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowAssociation

      ConnectionAliasPermission.Builder allowAssociation(Boolean allowAssociation)

      Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.

      Parameters:
      allowAssociation - Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.