Interface DescribeTapeRecoveryPointsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeTapeRecoveryPointsResponse.Builder,DescribeTapeRecoveryPointsResponse>, SdkBuilder<DescribeTapeRecoveryPointsResponse.Builder,DescribeTapeRecoveryPointsResponse>, SdkPojo, SdkResponse.Builder, StorageGatewayResponse.Builder
Enclosing class:
DescribeTapeRecoveryPointsResponse

  • Method Details

    • 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.
    • tapeRecoveryPointInfos

      DescribeTapeRecoveryPointsResponse.Builder tapeRecoveryPointInfos(Consumer<TapeRecoveryPointInfo.Builder>... tapeRecoveryPointInfos)

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

      This is a convenience method that creates an instance of the TapeRecoveryPointInfo.Builder avoiding the need to create one manually via TapeRecoveryPointInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tapeRecoveryPointInfos(List<TapeRecoveryPointInfo>).

      Parameters:
      tapeRecoveryPointInfos - a consumer that will call methods on TapeRecoveryPointInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.