Interface DescribeMountTargetsResponse.Builder

    • Method Detail

      • marker

        DescribeMountTargetsResponse.Builder marker​(String marker)

        If the request included the Marker, the response returns that value in this field.

        Parameters:
        marker - If the request included the Marker, the response returns that value in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountTargets

        DescribeMountTargetsResponse.Builder mountTargets​(Collection<MountTargetDescription> mountTargets)

        Returns the file system's mount targets as an array of MountTargetDescription objects.

        Parameters:
        mountTargets - Returns the file system's mount targets as an array of MountTargetDescription objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountTargets

        DescribeMountTargetsResponse.Builder mountTargets​(MountTargetDescription... mountTargets)

        Returns the file system's mount targets as an array of MountTargetDescription objects.

        Parameters:
        mountTargets - Returns the file system's mount targets as an array of MountTargetDescription objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        DescribeMountTargetsResponse.Builder nextMarker​(String nextMarker)

        If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.

        Parameters:
        nextMarker - If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.