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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTapeRecoveryPointsRequest.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.DescribeTapeRecoveryPointsRequest.Builderlimit(Integer limit)Specifies that the number of virtual tape recovery points that are described be limited to the specified number.DescribeTapeRecoveryPointsRequest.Buildermarker(String marker)An opaque string that indicates the position at which to begin describing the virtual tape recovery points.DescribeTapeRecoveryPointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTapeRecoveryPointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
gatewayARN
DescribeTapeRecoveryPointsRequest.Builder gatewayARN(String 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
DescribeTapeRecoveryPointsRequest.Builder marker(String 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
DescribeTapeRecoveryPointsRequest.Builder limit(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTapeRecoveryPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-