@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLocationEfsResponse extends DataSyncResponse implements ToCopyableBuilder<DescribeLocationEfsResponse.Builder,DescribeLocationEfsResponse>
DescribeLocationEfsResponse
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLocationEfsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPointArn()
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
|
static DescribeLocationEfsResponse.Builder |
builder() |
Instant |
creationTime()
The time that the location was created.
|
Ec2Config |
ec2Config()
Returns the value of the Ec2Config property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemAccessRoleArn()
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EfsInTransitEncryption |
inTransitEncryption()
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
String |
inTransitEncryptionAsString()
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
String |
locationArn()
The ARN of the Amazon EFS file system location.
|
String |
locationUri()
The URL of the Amazon EFS file system location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLocationEfsResponse.Builder> |
serializableBuilderClass() |
DescribeLocationEfsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String locationArn()
The ARN of the Amazon EFS file system location.
public final String locationUri()
The URL of the Amazon EFS file system location.
public final Ec2Config ec2Config()
public final Instant creationTime()
The time that the location was created.
public final String accessPointArn()
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
public final String fileSystemAccessRoleArn()
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
public final EfsInTransitEncryption inTransitEncryption()
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
If the service returns an enum value that is not available in the current SDK version,
inTransitEncryption will return EfsInTransitEncryption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from inTransitEncryptionAsString().
EfsInTransitEncryptionpublic final String inTransitEncryptionAsString()
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
If the service returns an enum value that is not available in the current SDK version,
inTransitEncryption will return EfsInTransitEncryption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from inTransitEncryptionAsString().
EfsInTransitEncryptionpublic DescribeLocationEfsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLocationEfsResponse.Builder,DescribeLocationEfsResponse>toBuilder in class AwsResponsepublic static DescribeLocationEfsResponse.Builder builder()
public static Class<? extends DescribeLocationEfsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.