public static interface UpdateSmbLocalGroupsRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateSmbLocalGroupsRequest.Builder,UpdateSmbLocalGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSmbLocalGroupsRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
UpdateSmbLocalGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSmbLocalGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateSmbLocalGroupsRequest.Builder |
smbLocalGroups(Consumer<SMBLocalGroups.Builder> smbLocalGroups)
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on
the gateway.
|
UpdateSmbLocalGroupsRequest.Builder |
smbLocalGroups(SMBLocalGroups smbLocalGroups)
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on
the gateway.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSmbLocalGroupsRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.UpdateSmbLocalGroupsRequest.Builder smbLocalGroups(SMBLocalGroups smbLocalGroups)
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.
smbLocalGroups - A list of Active Directory users and groups that you want to grant special permissions for SMB file
shares on the gateway.default UpdateSmbLocalGroupsRequest.Builder smbLocalGroups(Consumer<SMBLocalGroups.Builder> smbLocalGroups)
A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.
This is a convenience method that creates an instance of theSMBLocalGroups.Builder avoiding the need
to create one manually via SMBLocalGroups.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to smbLocalGroups(SMBLocalGroups).
smbLocalGroups - a consumer that will call methods on SMBLocalGroups.BuildersmbLocalGroups(SMBLocalGroups)UpdateSmbLocalGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSmbLocalGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.