@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFileSystemAssociationRequest extends StorageGatewayRequest implements ToCopyableBuilder<UpdateFileSystemAssociationRequest.Builder,UpdateFileSystemAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFileSystemAssociationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
auditDestinationARN()
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
static UpdateFileSystemAssociationRequest.Builder |
builder() |
CacheAttributes |
cacheAttributes()
Returns the value of the CacheAttributes property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association that you want to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
password()
The password of the user credential.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFileSystemAssociationRequest.Builder> |
serializableBuilderClass() |
UpdateFileSystemAssociationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file
system.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association that you want to update.
public final String userName()
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
public final String password()
The password of the user credential.
public final String auditDestinationARN()
The Amazon Resource Name (ARN) of the storage used for the audit logs.
public final CacheAttributes cacheAttributes()
public UpdateFileSystemAssociationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFileSystemAssociationRequest.Builder,UpdateFileSystemAssociationRequest>toBuilder in class StorageGatewayRequestpublic static UpdateFileSystemAssociationRequest.Builder builder()
public static Class<? extends UpdateFileSystemAssociationRequest.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 © 2022. All rights reserved.