@Generated(value="software.amazon.awssdk:codegen") public final class CreateLocationEfsRequest extends DataSyncRequest implements ToCopyableBuilder<CreateLocationEfsRequest.Builder,CreateLocationEfsRequest>
CreateLocationEfsRequest
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateLocationEfsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateLocationEfsRequest.Builder |
builder() |
Ec2Config |
ec2Config()
The subnet and security group that the Amazon EFS file system uses.
|
String |
efsFilesystemArn()
The Amazon Resource Name (ARN) for the Amazon EFS file system.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLocationEfsRequest.Builder> |
serializableBuilderClass() |
String |
subdirectory()
A subdirectory in the location’s path.
|
List<TagListEntry> |
tags()
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationEfsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String subdirectory()
A subdirectory in the location’s path. This subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination. By default, AWS DataSync uses the root directory.
public String efsFilesystemArn()
The Amazon Resource Name (ARN) for the Amazon EFS file system.
public Ec2Config ec2Config()
The subnet and security group that the Amazon EFS file system uses.
public List<TagListEntry> tags()
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateLocationEfsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateLocationEfsRequest.Builder,CreateLocationEfsRequest>toBuilder in class DataSyncRequestpublic static CreateLocationEfsRequest.Builder builder()
public static Class<? extends CreateLocationEfsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.