public static interface DescribeAccessRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccessRequest.Builder,DescribeAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccessRequest.Builder |
externalId(String externalId)
A unique identifier that is required to identify specific groups within your directory.
|
DescribeAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeAccessRequest.Builder |
serverId(String serverId)
A system-assigned unique identifier for a server that has this access assigned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccessRequest.Builder serverId(String serverId)
A system-assigned unique identifier for a server that has this access assigned.
serverId - A system-assigned unique identifier for a server that has this access assigned.DescribeAccessRequest.Builder externalId(String externalId)
A unique identifier that is required to identify specific groups within your directory. The users of the group that you associate have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Transfer Family. If you know the group name, you can view the SID values by running the following command using Windows PowerShell.
Get-ADGroup -Filter {samAccountName -like "YourGroupName*"} -Properties * | Select SamAccountName,ObjectSid
In that command, replace YourGroupName with the name of your Active Directory group.
The regular expression used to validate this parameter is a string of characters consisting of uppercase and lowercase alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-
externalId - A unique identifier that is required to identify specific groups within your directory. The users of
the group that you associate have access to your Amazon S3 or Amazon EFS resources over the enabled
protocols using Transfer Family. If you know the group name, you can view the SID values by running
the following command using Windows PowerShell.
Get-ADGroup -Filter {samAccountName -like "YourGroupName*"} -Properties * | Select SamAccountName,ObjectSid
In that command, replace YourGroupName with the name of your Active Directory group.
The regular expression used to validate this parameter is a string of characters consisting of uppercase and lowercase alphanumeric characters with no spaces. You can also include underscores or any of the following characters: =,.@:/-
DescribeAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.