Interface ListTapePoolsRequest.Builder

    • Method Detail

      • poolARNs

        ListTapePoolsRequest.Builder poolARNs​(Collection<String> poolARNs)

        The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.

        Parameters:
        poolARNs - The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • poolARNs

        ListTapePoolsRequest.Builder poolARNs​(String... poolARNs)

        The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.

        Parameters:
        poolARNs - The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListTapePoolsRequest.Builder marker​(String marker)

        A string that indicates the position at which to begin the returned list of tape pools.

        Parameters:
        marker - A string that indicates the position at which to begin the returned list of tape pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        ListTapePoolsRequest.Builder limit​(Integer limit)

        An optional number limit for the tape pools in the list returned by this call.

        Parameters:
        limit - An optional number limit for the tape pools in the list returned by this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.