public static interface CreateMountTargetResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<CreateMountTargetResponse.Builder,CreateMountTargetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMountTargetResponse.Builder |
availabilityZoneId(String availabilityZoneId)
The unique and consistent identifier of the Availability Zone that the mount target resides in.
|
CreateMountTargetResponse.Builder |
availabilityZoneName(String availabilityZoneName)
The name of the Availability Zone in which the mount target is located.
|
CreateMountTargetResponse.Builder |
fileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.
|
CreateMountTargetResponse.Builder |
ipAddress(String ipAddress)
Address at which the file system can be mounted by using the mount target.
|
CreateMountTargetResponse.Builder |
lifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
|
CreateMountTargetResponse.Builder |
lifeCycleState(String lifeCycleState)
Lifecycle state of the mount target.
|
CreateMountTargetResponse.Builder |
mountTargetId(String mountTargetId)
System-assigned mount target ID.
|
CreateMountTargetResponse.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it created the mount target.
|
CreateMountTargetResponse.Builder |
ownerId(String ownerId)
Amazon Web Services account ID that owns the resource.
|
CreateMountTargetResponse.Builder |
subnetId(String subnetId)
The ID of the mount target's subnet.
|
CreateMountTargetResponse.Builder |
vpcId(String vpcId)
The virtual private cloud (VPC) ID that the mount target is configured in.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMountTargetResponse.Builder ownerId(String ownerId)
Amazon Web Services account ID that owns the resource.
ownerId - Amazon Web Services account ID that owns the resource.CreateMountTargetResponse.Builder mountTargetId(String mountTargetId)
System-assigned mount target ID.
mountTargetId - System-assigned mount target ID.CreateMountTargetResponse.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.CreateMountTargetResponse.Builder subnetId(String subnetId)
The ID of the mount target's subnet.
subnetId - The ID of the mount target's subnet.CreateMountTargetResponse.Builder lifeCycleState(String lifeCycleState)
Lifecycle state of the mount target.
lifeCycleState - Lifecycle state of the mount target.LifeCycleState,
LifeCycleStateCreateMountTargetResponse.Builder lifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
lifeCycleState - Lifecycle state of the mount target.LifeCycleState,
LifeCycleStateCreateMountTargetResponse.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.CreateMountTargetResponse.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.CreateMountTargetResponse.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 Amazon Web
Services 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 Amazon Web Services account.CreateMountTargetResponse.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 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.
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.CreateMountTargetResponse.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 © 2023. All rights reserved.