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
Modifier and TypeMethodDescriptionSpecifies that the number of virtual tapes described be limited to the specified number.An opaque string that indicates the position at which to begin describing virtual tapes.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.tapeARNs(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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
Method Details
-
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
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
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
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeTapeArchivesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-