@Generated(value="software.amazon.awssdk:codegen") public final class CreateMountTargetResponse extends EfsResponse implements ToCopyableBuilder<CreateMountTargetResponse.Builder,CreateMountTargetResponse>
Provides a description of a mount target.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMountTargetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZoneId()
The unique and consistent identifier of the Availability Zone that the mount target resides in.
|
String |
availabilityZoneName()
The name of the Availability Zone in which the mount target is located.
|
static CreateMountTargetResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the file system for which the mount target is intended.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipAddress()
Address at which the file system can be mounted by using the mount target.
|
LifeCycleState |
lifeCycleState()
Lifecycle state of the mount target.
|
String |
lifeCycleStateAsString()
Lifecycle state of the mount target.
|
String |
mountTargetId()
System-assigned mount target ID.
|
String |
networkInterfaceId()
The ID of the network interface that Amazon EFS created when it created the mount target.
|
String |
ownerId()
Amazon Web Services account ID that owns the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateMountTargetResponse.Builder> |
serializableBuilderClass() |
String |
subnetId()
The ID of the mount target's subnet.
|
CreateMountTargetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The virtual private cloud (VPC) ID that the mount target is configured in.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ownerId()
Amazon Web Services account ID that owns the resource.
public final String mountTargetId()
System-assigned mount target ID.
public final String fileSystemId()
The ID of the file system for which the mount target is intended.
public final String subnetId()
The ID of the mount target's subnet.
public final LifeCycleState lifeCycleState()
Lifecycle state of the mount target.
If the service returns an enum value that is not available in the current SDK version, lifeCycleState
will return LifeCycleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lifeCycleStateAsString().
LifeCycleStatepublic final String lifeCycleStateAsString()
Lifecycle state of the mount target.
If the service returns an enum value that is not available in the current SDK version, lifeCycleState
will return LifeCycleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lifeCycleStateAsString().
LifeCycleStatepublic final String ipAddress()
Address at which the file system can be mounted by using the mount target.
public final String networkInterfaceId()
The ID of the network interface that Amazon EFS created when it created the mount target.
public final String availabilityZoneId()
The unique and consistent identifier of the Availability Zone that the mount target resides in. For example,
use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web
Services account.
use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every
Amazon Web Services account.public final String availabilityZoneName()
The name of the Availability Zone in which the mount target is located. Availability Zones are independently
mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a
for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon
Web Services account.
us-east-1a for your Amazon Web Services account might not be the same location as
us-east-1a for another Amazon Web Services account.public final String vpcId()
The virtual private cloud (VPC) ID that the mount target is configured in.
public CreateMountTargetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMountTargetResponse.Builder,CreateMountTargetResponse>toBuilder in class AwsResponsepublic static CreateMountTargetResponse.Builder builder()
public static Class<? extends CreateMountTargetResponse.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 © 2023. All rights reserved.