public static interface ConnectionAliasPermission.Builder extends SdkPojo, CopyableBuilder<ConnectionAliasPermission.Builder,ConnectionAliasPermission>
| Modifier and Type | Method and Description |
|---|---|
ConnectionAliasPermission.Builder |
allowAssociation(Boolean allowAssociation)
Indicates whether the specified AWS account is allowed to associate the connection alias with a directory.
|
ConnectionAliasPermission.Builder |
sharedAccountId(String sharedAccountId)
The identifier of the AWS account that the connection alias is shared with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionAliasPermission.Builder sharedAccountId(String sharedAccountId)
The identifier of the AWS account that the connection alias is shared with.
sharedAccountId - The identifier of the AWS account that the connection alias is shared with.ConnectionAliasPermission.Builder allowAssociation(Boolean allowAssociation)
Indicates whether the specified AWS account is allowed to associate the connection alias with a directory.
allowAssociation - Indicates whether the specified AWS account is allowed to associate the connection alias with a
directory.Copyright © 2021. All rights reserved.