public static interface MountTargetDescription.Builder extends SdkPojo, CopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>
| Modifier and Type | Method and Description |
|---|---|
MountTargetDescription.Builder |
availabilityZoneId(String availabilityZoneId)
The unique and consistent identifier of the Availability Zone that the mount target resides in.
|
MountTargetDescription.Builder |
availabilityZoneName(String availabilityZoneName)
The name of the Availability Zone in which the mount target is located.
|
MountTargetDescription.Builder |
fileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.
|
MountTargetDescription.Builder |
ipAddress(String ipAddress)
Address at which the file system can be mounted by using the mount target.
|
MountTargetDescription.Builder |
lifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
MountTargetDescription.Builder |
lifeCycleState(String lifeCycleState)
Lifecycle state of the mount target.
|
MountTargetDescription.Builder |
mountTargetId(String mountTargetId)
System-assigned mount target ID.
|
MountTargetDescription.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it created the mount target.
|
MountTargetDescription.Builder |
ownerId(String ownerId)
AWS account ID that owns the resource.
|
MountTargetDescription.Builder |
subnetId(String subnetId)
The ID of the mount target's subnet.
|
MountTargetDescription.Builder |
vpcId(String vpcId)
The virtual private cloud (VPC) ID that the mount target is configured in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMountTargetDescription.Builder ownerId(String ownerId)
AWS account ID that owns the resource.
ownerId - AWS account ID that owns the resource.MountTargetDescription.Builder mountTargetId(String mountTargetId)
System-assigned mount target ID.
mountTargetId - System-assigned mount target ID.MountTargetDescription.Builder fileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.
fileSystemId - The ID of the file system for which the mount target is intended.MountTargetDescription.Builder subnetId(String subnetId)
The ID of the mount target's subnet.
subnetId - The ID of the mount target's subnet.MountTargetDescription.Builder lifeCycleState(String lifeCycleState)
Lifecycle state of the mount target.
lifeCycleState - Lifecycle state of the mount target.LifeCycleState,
LifeCycleStateMountTargetDescription.Builder lifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
lifeCycleState - Lifecycle state of the mount target.LifeCycleState,
LifeCycleStateMountTargetDescription.Builder ipAddress(String ipAddress)
Address at which the file system can be mounted by using the mount target.
ipAddress - Address at which the file system can be mounted by using the mount target.MountTargetDescription.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it created the mount target.
networkInterfaceId - The ID of the network interface that Amazon EFS created when it created the mount target.MountTargetDescription.Builder availabilityZoneId(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 AWS account.
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 AWS account.MountTargetDescription.Builder availabilityZoneName(String availabilityZoneName)
The name of the Availability Zone in which the mount target is located. Availability Zones are independently
mapped to names for each AWS account. For example, the Availability Zone us-east-1a for your AWS
account might not be the same location as us-east-1a for another AWS account.
availabilityZoneName - The name of the Availability Zone in which the mount target is located. Availability Zones are
independently mapped to names for each AWS account. For example, the Availability Zone
us-east-1a for your AWS account might not be the same location as us-east-1a
for another AWS account.MountTargetDescription.Builder vpcId(String vpcId)
The virtual private cloud (VPC) ID that the mount target is configured in.
vpcId - The virtual private cloud (VPC) ID that the mount target is configured in.Copyright © 2021. All rights reserved.