Interface SMBLocalGroups.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SMBLocalGroups.Builder,
,SMBLocalGroups> SdkBuilder<SMBLocalGroups.Builder,
,SMBLocalGroups> SdkPojo
- Enclosing class:
SMBLocalGroups
-
Method Summary
Modifier and TypeMethodDescriptiongatewayAdmins
(String... gatewayAdmins) A list of Active Directory users and groups that have local Gateway Admin permissions.gatewayAdmins
(Collection<String> gatewayAdmins) A list of Active Directory users and groups that have local Gateway Admin permissions.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 Details
-
gatewayAdmins
A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include:
DOMAIN\User1
,user1
,DOMAIN\group1
, andgroup1
.Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
- Parameters:
gatewayAdmins
- A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include:DOMAIN\User1
,user1
,DOMAIN\group1
, andgroup1
.Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayAdmins
A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include:
DOMAIN\User1
,user1
,DOMAIN\group1
, andgroup1
.Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
- Parameters:
gatewayAdmins
- A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include:DOMAIN\User1
,user1
,DOMAIN\group1
, andgroup1
.Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-