@Generated(value="software.amazon.awssdk:codegen") public final class SharedFileSystemConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SharedFileSystemConfiguration.Builder,SharedFileSystemConfiguration>
The configuration for a shared file storage system that is associated with a studio resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SharedFileSystemConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SharedFileSystemConfiguration.Builder |
builder() |
String |
endpoint()
The endpoint of the shared file system that is accessed by the studio component resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The unique identifier for a file system.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
linuxMountPoint()
The mount location for a shared file system on a Linux virtual workstation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SharedFileSystemConfiguration.Builder> |
serializableBuilderClass() |
String |
shareName()
The name of the file share.
|
SharedFileSystemConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
windowsMountDrive()
The mount location for a shared file system on a Windows virtual workstation.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpoint()
The endpoint of the shared file system that is accessed by the studio component resource.
public final String fileSystemId()
The unique identifier for a file system.
public final String linuxMountPoint()
The mount location for a shared file system on a Linux virtual workstation.
public final String shareName()
The name of the file share.
public final String windowsMountDrive()
The mount location for a shared file system on a Windows virtual workstation.
public SharedFileSystemConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SharedFileSystemConfiguration.Builder,SharedFileSystemConfiguration>public static SharedFileSystemConfiguration.Builder builder()
public static Class<? extends SharedFileSystemConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.