Interface ListFileSharesRequest.Builder

    • Method Detail

      • gatewayARN

        ListFileSharesRequest.Builder gatewayARN​(String gatewayARN)

        The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.

        Parameters:
        gatewayARN - The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        ListFileSharesRequest.Builder limit​(Integer limit)

        The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.

        Parameters:
        limit - The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListFileSharesRequest.Builder marker​(String marker)

        Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies where to continue the list from after a previous call to ListFileShares. Optional.

        Parameters:
        marker - Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies where to continue the list from after a previous call to ListFileShares. Optional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.