public class CreateMountTargetResult extends Object implements Serializable, Cloneable
This object provides description of a mount target.
Constructor and Description |
---|
CreateMountTargetResult() |
Modifier and Type | Method and Description |
---|---|
CreateMountTargetResult |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID of the file system for which the mount target is intended.
|
String |
getIpAddress()
The address at which the file system may be mounted via the mount
target.
|
String |
getLifeCycleState()
The lifecycle state the mount target is in.
|
String |
getMountTargetId()
The system-assigned mount target ID.
|
String |
getNetworkInterfaceId()
The ID of the network interface that Amazon EFS created when it
created the mount target.
|
String |
getOwnerId()
The AWS account ID that owns the resource.
|
String |
getSubnetId()
The ID of the subnet that the mount target is in.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.
|
void |
setIpAddress(String ipAddress)
The address at which the file system may be mounted via the mount
target.
|
void |
setLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle state the mount target is in.
|
void |
setLifeCycleState(String lifeCycleState)
The lifecycle state the mount target is in.
|
void |
setMountTargetId(String mountTargetId)
The system-assigned mount target ID.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it
created the mount target.
|
void |
setOwnerId(String ownerId)
The AWS account ID that owns the resource.
|
void |
setSubnetId(String subnetId)
The ID of the subnet that the mount target is in.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateMountTargetResult |
withFileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.
|
CreateMountTargetResult |
withIpAddress(String ipAddress)
The address at which the file system may be mounted via the mount
target.
|
CreateMountTargetResult |
withLifeCycleState(LifeCycleState lifeCycleState)
The lifecycle state the mount target is in.
|
CreateMountTargetResult |
withLifeCycleState(String lifeCycleState)
The lifecycle state the mount target is in.
|
CreateMountTargetResult |
withMountTargetId(String mountTargetId)
The system-assigned mount target ID.
|
CreateMountTargetResult |
withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it
created the mount target.
|
CreateMountTargetResult |
withOwnerId(String ownerId)
The AWS account ID that owns the resource.
|
CreateMountTargetResult |
withSubnetId(String subnetId)
The ID of the subnet that the mount target is in.
|
public String getOwnerId()
Constraints:
Pattern: [0-9]{12}
public void setOwnerId(String ownerId)
Constraints:
Pattern: [0-9]{12}
ownerId
- The AWS account ID that owns the resource.public CreateMountTargetResult withOwnerId(String ownerId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [0-9]{12}
ownerId
- The AWS account ID that owns the resource.public String getMountTargetId()
Constraints:
Pattern: fsmt-[0-9a-f]{8}
public void setMountTargetId(String mountTargetId)
Constraints:
Pattern: fsmt-[0-9a-f]{8}
mountTargetId
- The system-assigned mount target ID.public CreateMountTargetResult withMountTargetId(String mountTargetId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: fsmt-[0-9a-f]{8}
mountTargetId
- The system-assigned mount target ID.public String getFileSystemId()
Constraints:
Pattern: fs-[0-9a-f]{8}
public void setFileSystemId(String fileSystemId)
Constraints:
Pattern: fs-[0-9a-f]{8}
fileSystemId
- The ID of the file system for which the mount target is intended.public CreateMountTargetResult withFileSystemId(String fileSystemId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: fs-[0-9a-f]{8}
fileSystemId
- The ID of the file system for which the mount target is intended.public String getSubnetId()
Constraints:
Pattern: subnet-[0-9a-f]{8}
public void setSubnetId(String subnetId)
Constraints:
Pattern: subnet-[0-9a-f]{8}
subnetId
- The ID of the subnet that the mount target is in.public CreateMountTargetResult withSubnetId(String subnetId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: subnet-[0-9a-f]{8}
subnetId
- The ID of the subnet that the mount target is in.public String getLifeCycleState()
Constraints:
Allowed Values: creating, available, deleting, deleted
LifeCycleState
public void setLifeCycleState(String lifeCycleState)
Constraints:
Allowed Values: creating, available, deleting, deleted
lifeCycleState
- The lifecycle state the mount target is in.LifeCycleState
public CreateMountTargetResult withLifeCycleState(String lifeCycleState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: creating, available, deleting, deleted
lifeCycleState
- The lifecycle state the mount target is in.LifeCycleState
public void setLifeCycleState(LifeCycleState lifeCycleState)
Constraints:
Allowed Values: creating, available, deleting, deleted
lifeCycleState
- The lifecycle state the mount target is in.LifeCycleState
public CreateMountTargetResult withLifeCycleState(LifeCycleState lifeCycleState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: creating, available, deleting, deleted
lifeCycleState
- The lifecycle state the mount target is in.LifeCycleState
public String getIpAddress()
Constraints:
Pattern: [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}
public void setIpAddress(String ipAddress)
Constraints:
Pattern: [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}
ipAddress
- The address at which the file system may be mounted via the mount
target.public CreateMountTargetResult withIpAddress(String ipAddress)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}
ipAddress
- The address at which the file system may be mounted via the mount
target.public String getNetworkInterfaceId()
Constraints:
Pattern: eni-[0-9a-f]{8}
public void setNetworkInterfaceId(String networkInterfaceId)
Constraints:
Pattern: eni-[0-9a-f]{8}
networkInterfaceId
- The ID of the network interface that Amazon EFS created when it
created the mount target.public CreateMountTargetResult withNetworkInterfaceId(String networkInterfaceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: eni-[0-9a-f]{8}
networkInterfaceId
- The ID of the network interface that Amazon EFS created when it
created the mount target.public String toString()
toString
in class Object
Object.toString()
public CreateMountTargetResult clone()
Copyright © 2015. All rights reserved.