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.
|
build
requestOverrideConfig
copy
apply, build
DescribeTapeRecoveryPointsRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeTapeRecoveryPointsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.