Interface DescribeTapeArchivesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>,SdkBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- DescribeTapeArchivesRequest
public static interface DescribeTapeArchivesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTapeArchivesRequest.Builderlimit(Integer limit)Specifies that the number of virtual tapes described be limited to the specified number.DescribeTapeArchivesRequest.Buildermarker(String marker)An opaque string that indicates the position at which to begin describing virtual tapes.DescribeTapeArchivesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTapeArchivesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTapeArchivesRequest.BuildertapeARNs(String... tapeARNs)Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.DescribeTapeArchivesRequest.BuildertapeARNs(Collection<String> tapeARNs)Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.-
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
-
tapeARNs
DescribeTapeArchivesRequest.Builder tapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
- Parameters:
tapeARNs- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeARNs
DescribeTapeArchivesRequest.Builder tapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
- Parameters:
tapeARNs- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeTapeArchivesRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes.
- Parameters:
marker- An opaque string that indicates the position at which to begin describing virtual tapes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
DescribeTapeArchivesRequest.Builder limit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
- Parameters:
limit- Specifies that the number of virtual tapes described be limited to the specified number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTapeArchivesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTapeArchivesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-