Interface CreateMountTargetResponse.Builder

  • 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

      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

      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

      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:
    • 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.
    • ipv6Address

      CreateMountTargetResponse.Builder ipv6Address(String ipv6Address)

      The IPv6 address for the mount target.

      Parameters:
      ipv6Address - The IPv6 address for 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-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

      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.

      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.