Interface DescribeTapeRecoveryPointsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeTapeRecoveryPointsRequest.Builder,
,DescribeTapeRecoveryPointsRequest> SdkBuilder<DescribeTapeRecoveryPointsRequest.Builder,
,DescribeTapeRecoveryPointsRequest> SdkPojo
,SdkRequest.Builder
,StorageGatewayRequest.Builder
- Enclosing class:
DescribeTapeRecoveryPointsRequest
public static interface DescribeTapeRecoveryPointsRequest.Builder
extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeTapeRecoveryPointsRequest.Builder,DescribeTapeRecoveryPointsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayARN
(String gatewayARN) Sets the value of the GatewayARN property for this object.Specifies that the number of virtual tape recovery points that are described be limited to the specified number.An opaque string that indicates the position at which to begin describing the virtual tape recovery points.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
Method Details
-
gatewayARN
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN
- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
- Parameters:
marker
- An opaque string that indicates the position at which to begin describing the virtual tape recovery points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
- Parameters:
limit
- Specifies that the number of virtual tape recovery points that are described be limited to the specified number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTapeRecoveryPointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeTapeRecoveryPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-