Class SharedFileSystemConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.SharedFileSystemConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SharedFileSystemConfiguration.Builder,SharedFileSystemConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSharedFileSystemConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SharedFileSystemConfiguration.Builderbuilder()Stringendpoint()The endpoint of the shared file system that is accessed by the studio component resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileSystemId()The unique identifier for a file system.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlinuxMountPoint()The mount location for a shared file system on a Linux virtual workstation.List<SdkField<?>>sdkFields()static Class<? extends SharedFileSystemConfiguration.Builder>serializableBuilderClass()StringshareName()The name of the file share.SharedFileSystemConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwindowsMountDrive()The mount location for a shared file system on a Windows virtual workstation.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpoint
public final String endpoint()
The endpoint of the shared file system that is accessed by the studio component resource.
- Returns:
- The endpoint of the shared file system that is accessed by the studio component resource.
-
fileSystemId
public final String fileSystemId()
The unique identifier for a file system.
- Returns:
- The unique identifier for a file system.
-
linuxMountPoint
public final String linuxMountPoint()
The mount location for a shared file system on a Linux virtual workstation.
- Returns:
- The mount location for a shared file system on a Linux virtual workstation.
-
shareName
public final String shareName()
The name of the file share.
- Returns:
- The name of the file share.
-
windowsMountDrive
public final String windowsMountDrive()
The mount location for a shared file system on a Windows virtual workstation.
- Returns:
- The mount location for a shared file system on a Windows virtual workstation.
-
toBuilder
public SharedFileSystemConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SharedFileSystemConfiguration.Builder,SharedFileSystemConfiguration>
-
builder
public static SharedFileSystemConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends SharedFileSystemConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-