Class MountTargetDescription
- java.lang.Object
-
- software.amazon.awssdk.services.efs.model.MountTargetDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>
@Generated("software.amazon.awssdk:codegen") public final class MountTargetDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>
Provides a description of a mount target.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMountTargetDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringavailabilityZoneId()The unique and consistent identifier of the Availability Zone that the mount target resides in.StringavailabilityZoneName()The name of the Availability Zone in which the mount target is located.static MountTargetDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileSystemId()The ID of the file system for which the mount target is intended.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringipAddress()Address at which the file system can be mounted by using the mount target.LifeCycleStatelifeCycleState()Lifecycle state of the mount target.StringlifeCycleStateAsString()Lifecycle state of the mount target.StringmountTargetId()System-assigned mount target ID.StringnetworkInterfaceId()The ID of the network interface that Amazon EFS created when it created the mount target.StringownerId()Amazon Web Services account ID that owns the resource.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MountTargetDescription.Builder>serializableBuilderClass()StringsubnetId()The ID of the mount target's subnet.MountTargetDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcId()The virtual private cloud (VPC) ID that the mount target is configured in.-
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
-
ownerId
public final String ownerId()
Amazon Web Services account ID that owns the resource.
- Returns:
- Amazon Web Services account ID that owns the resource.
-
mountTargetId
public final String mountTargetId()
System-assigned mount target ID.
- Returns:
- System-assigned mount target ID.
-
fileSystemId
public final String fileSystemId()
The ID of the file system for which the mount target is intended.
- Returns:
- The ID of the file system for which the mount target is intended.
-
subnetId
public final String subnetId()
The ID of the mount target's subnet.
- Returns:
- The ID of the mount target's subnet.
-
lifeCycleState
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,
lifeCycleStatewill returnLifeCycleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlifeCycleStateAsString().- Returns:
- Lifecycle state of the mount target.
- See Also:
LifeCycleState
-
lifeCycleStateAsString
public 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,
lifeCycleStatewill returnLifeCycleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlifeCycleStateAsString().- Returns:
- Lifecycle state of the mount target.
- See Also:
LifeCycleState
-
ipAddress
public final String ipAddress()
Address at which the file system can be mounted by using the mount target.
- Returns:
- Address at which the file system can be mounted by using the mount target.
-
networkInterfaceId
public final String networkInterfaceId()
The ID of the network interface that Amazon EFS created when it created the mount target.
- Returns:
- The ID of the network interface that Amazon EFS created when it created the mount target.
-
availabilityZoneId
public final String availabilityZoneId()
The unique and consistent identifier of the Availability Zone that the mount target resides in. For example,
use1-az1is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.- Returns:
- The unique and consistent identifier of the Availability Zone that the mount target resides in. For
example,
use1-az1is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.
-
availabilityZoneName
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-1afor your Amazon Web Services account might not be the same location asus-east-1afor another Amazon Web Services account.- Returns:
- 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-1afor your Amazon Web Services account might not be the same location asus-east-1afor another Amazon Web Services account.
-
vpcId
public final String vpcId()
The virtual private cloud (VPC) ID that the mount target is configured in.
- Returns:
- The virtual private cloud (VPC) ID that the mount target is configured in.
-
toBuilder
public MountTargetDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>
-
builder
public static MountTargetDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends MountTargetDescription.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-