Interface CreateMountTargetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateMountTargetResponse.Builder,CreateMountTargetResponse>,EfsResponse.Builder,SdkBuilder<CreateMountTargetResponse.Builder,CreateMountTargetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateMountTargetResponse
public static interface CreateMountTargetResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<CreateMountTargetResponse.Builder,CreateMountTargetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMountTargetResponse.BuilderavailabilityZoneId(String availabilityZoneId)The unique and consistent identifier of the Availability Zone that the mount target resides in.CreateMountTargetResponse.BuilderavailabilityZoneName(String availabilityZoneName)The name of the Availability Zone in which the mount target is located.CreateMountTargetResponse.BuilderfileSystemId(String fileSystemId)The ID of the file system for which the mount target is intended.CreateMountTargetResponse.BuilderipAddress(String ipAddress)Address at which the file system can be mounted by using the mount target.CreateMountTargetResponse.BuilderlifeCycleState(String lifeCycleState)Lifecycle state of the mount target.CreateMountTargetResponse.BuilderlifeCycleState(LifeCycleState lifeCycleState)Lifecycle state of the mount target.CreateMountTargetResponse.BuildermountTargetId(String mountTargetId)System-assigned mount target ID.CreateMountTargetResponse.BuildernetworkInterfaceId(String networkInterfaceId)The ID of the network interface that Amazon EFS created when it created the mount target.CreateMountTargetResponse.BuilderownerId(String ownerId)Amazon Web Services account ID that owns the resource.CreateMountTargetResponse.BuildersubnetId(String subnetId)The ID of the mount target's subnet.CreateMountTargetResponse.BuildervpcId(String vpcId)The virtual private cloud (VPC) ID that the mount target is configured in.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.efs.model.EfsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
ownerId
CreateMountTargetResponse.Builder ownerId(String ownerId)
Amazon Web Services account ID that owns the resource.
- Parameters:
ownerId- Amazon Web Services account ID that owns the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountTargetId
CreateMountTargetResponse.Builder mountTargetId(String mountTargetId)
System-assigned mount target ID.
- Parameters:
mountTargetId- System-assigned mount target ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemId
CreateMountTargetResponse.Builder fileSystemId(String fileSystemId)
The ID of the file system for which the mount target is intended.
- Parameters:
fileSystemId- The ID of the file system for which the mount target is intended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
CreateMountTargetResponse.Builder subnetId(String subnetId)
The ID of the mount target's subnet.
- Parameters:
subnetId- The ID of the mount target's subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifeCycleState
CreateMountTargetResponse.Builder lifeCycleState(String lifeCycleState)
Lifecycle state of the mount target.
- Parameters:
lifeCycleState- Lifecycle state of the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LifeCycleState,LifeCycleState
-
lifeCycleState
CreateMountTargetResponse.Builder lifeCycleState(LifeCycleState lifeCycleState)
Lifecycle state of the mount target.
- Parameters:
lifeCycleState- Lifecycle state of the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LifeCycleState,LifeCycleState
-
ipAddress
CreateMountTargetResponse.Builder ipAddress(String ipAddress)
Address at which the file system can be mounted by using the mount target.
- Parameters:
ipAddress- Address at which the file system can be mounted by using the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceId
CreateMountTargetResponse.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface that Amazon EFS created when it created the mount target.
- Parameters:
networkInterfaceId- The ID of the network interface that Amazon EFS created when it created the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneId
CreateMountTargetResponse.Builder availabilityZoneId(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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneName
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-1afor your Amazon Web Services account might not be the same location asus-east-1afor another Amazon Web Services account.- Parameters:
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 Zoneus-east-1afor your Amazon Web Services account might not be the same location asus-east-1afor another Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
CreateMountTargetResponse.Builder vpcId(String vpcId)
The virtual private cloud (VPC) ID that the mount target is configured in.
- Parameters:
vpcId- The virtual private cloud (VPC) ID that the mount target is configured in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-