public static interface DescribeTapeRecoveryPointsRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeTapeRecoveryPointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeTapeRecoveryPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.