CopyableBuilder<DescribeTapeRecoveryPointsResponse.Builder,DescribeTapeRecoveryPointsResponse>
, SdkBuilder<DescribeTapeRecoveryPointsResponse.Builder,DescribeTapeRecoveryPointsResponse>
public static interface DescribeTapeRecoveryPointsResponse.Builder extends CopyableBuilder<DescribeTapeRecoveryPointsResponse.Builder,DescribeTapeRecoveryPointsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeTapeRecoveryPointsResponse.Builder |
gatewayARN(String gatewayARN) |
|
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.
|
DescribeTapeRecoveryPointsResponse.Builder |
tapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos) |
An array of TapeRecoveryPointInfos that are available for the specified gateway.
|
DescribeTapeRecoveryPointsResponse.Builder |
tapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos) |
An array of TapeRecoveryPointInfos that are available for the specified gateway.
|
copy
apply, build
DescribeTapeRecoveryPointsResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- DescribeTapeRecoveryPointsResponse.Builder tapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the specified gateway.DescribeTapeRecoveryPointsResponse.Builder tapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
NOTE: This method appends the values to the existing list (if any). Use
#setTapeRecoveryPointInfos(java.util.Collection)
or
#withTapeRecoveryPointInfos(java.util.Collection)
if you want to override the existing values.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the specified gateway.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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.