public static interface DescribeTapeRecoveryPointsRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<DescribeTapeRecoveryPointsRequest.Builder,DescribeTapeRecoveryPointsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTapeRecoveryPointsRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
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.
|
DescribeTapeRecoveryPointsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeTapeRecoveryPointsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeTapeRecoveryPointsRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.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.DescribeTapeRecoveryPointsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeTapeRecoveryPointsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.