CopyableBuilder<DescribeTapeRecoveryPointsRequest.Builder,DescribeTapeRecoveryPointsRequest>
, SdkBuilder<DescribeTapeRecoveryPointsRequest.Builder,DescribeTapeRecoveryPointsRequest>
public static interface DescribeTapeRecoveryPointsRequest.Builder extends CopyableBuilder<DescribeTapeRecoveryPointsRequest.Builder,DescribeTapeRecoveryPointsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeTapeRecoveryPointsRequest.Builder |
gatewayARN(String gatewayARN) |
|
DescribeTapeRecoveryPointsRequest.Builder |
limit(Integer limit) |
Specifies that the number of virtual tape recovery points that are described be limited to the specified
number.
|
DescribeTapeRecoveryPointsRequest.Builder |
marker(String marker) |
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
|
copy
apply, build
DescribeTapeRecoveryPointsRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- DescribeTapeRecoveryPointsRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
marker
- An opaque string that indicates the position at which to begin describing the virtual tape recovery
points.DescribeTapeRecoveryPointsRequest.Builder limit(Integer limit)
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
limit
- Specifies that the number of virtual tape recovery points that are described be limited to the
specified number.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.