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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionAliasPermission.BuilderallowAssociation(Boolean allowAssociation)Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.ConnectionAliasPermission.BuildersharedAccountId(String sharedAccountId)The identifier of the Amazon Web Services account that the connection alias is shared with.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-