@Generated(value="software.amazon.awssdk:codegen") public final class EFSVolumeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EFSVolumeConfiguration.Builder,EFSVolumeConfiguration>
This parameter is specified when you are using an Amazon Elastic File System (Amazon EFS) file storage. Amazon EFS file systems are only supported when you are using the EC2 launch type.
EFSVolumeConfiguration remains in preview and is a Beta Service as defined by and subject to the Beta
Service Participation Service Terms located at https://aws.amazon.com/service-terms ("Beta Terms"). These Beta Terms
apply to your participation in this preview of EFSVolumeConfiguration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EFSVolumeConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EFSVolumeConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The Amazon EFS file system ID to use.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
rootDirectory()
The directory within the Amazon EFS file system to mount as the root directory inside the host.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EFSVolumeConfiguration.Builder> |
serializableBuilderClass() |
EFSVolumeConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String fileSystemId()
The Amazon EFS file system ID to use.
public String rootDirectory()
The directory within the Amazon EFS file system to mount as the root directory inside the host.
public EFSVolumeConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EFSVolumeConfiguration.Builder,EFSVolumeConfiguration>public static EFSVolumeConfiguration.Builder builder()
public static Class<? extends EFSVolumeConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.