Interface MountTargetDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>, SdkBuilder<MountTargetDescription.Builder,MountTargetDescription>, SdkPojo
Enclosing class:
MountTargetDescription

public static interface MountTargetDescription.Builder extends SdkPojo, CopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>
  • Method Details

    • 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

      MountTargetDescription.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

      MountTargetDescription.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

      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

      MountTargetDescription.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

      MountTargetDescription.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:
    • ipAddress

      MountTargetDescription.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

      MountTargetDescription.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

      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 Amazon Web Services account.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZoneName

      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 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.

      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 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.