@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccessRequest extends TransferRequest implements ToCopyableBuilder<DescribeAccessRequest.Builder,DescribeAccessRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccessRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAccessRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
externalId()
A unique identifier that is required to identify specific groups within your directory.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccessRequest.Builder> |
serializableBuilderClass() |
String |
serverId()
A system-assigned unique identifier for a server that has this access assigned.
|
DescribeAccessRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serverId()
A system-assigned unique identifier for a server that has this access assigned.
public final 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: =,.@:/-
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: =,.@:/-
public DescribeAccessRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccessRequest.Builder,DescribeAccessRequest>toBuilder in class TransferRequestpublic static DescribeAccessRequest.Builder builder()
public static Class<? extends DescribeAccessRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.