Interface DescribeTapeRecoveryPointsResponse.Builder

    • Method Detail

      • gatewayARN

        DescribeTapeRecoveryPointsResponse.Builder gatewayARN​(String gatewayARN)
        Sets the value of the GatewayARN property for this object.
        Parameters:
        gatewayARN - The new value for the GatewayARN property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tapeRecoveryPointInfos

        DescribeTapeRecoveryPointsResponse.Builder tapeRecoveryPointInfos​(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)

        An array of TapeRecoveryPointInfos that are available for the specified gateway.

        Parameters:
        tapeRecoveryPointInfos - An array of TapeRecoveryPointInfos that are available for the specified gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tapeRecoveryPointInfos

        DescribeTapeRecoveryPointsResponse.Builder tapeRecoveryPointInfos​(TapeRecoveryPointInfo... tapeRecoveryPointInfos)

        An array of TapeRecoveryPointInfos that are available for the specified gateway.

        Parameters:
        tapeRecoveryPointInfos - An array of TapeRecoveryPointInfos that are available for the specified gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeTapeRecoveryPointsResponse.Builder marker​(String marker)

        An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

        Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

        Parameters:
        marker - An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

        Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.