Interface DescribeTapeArchivesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeTapeArchivesRequest.Builder,,- DescribeTapeArchivesRequest> - SdkBuilder<DescribeTapeArchivesRequest.Builder,,- DescribeTapeArchivesRequest> - SdkPojo,- SdkRequest.Builder,- StorageGatewayRequest.Builder
- Enclosing class:
- DescribeTapeArchivesRequest
@Mutable
@NotThreadSafe
public static interface DescribeTapeArchivesRequest.Builder
extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builderbuild
- 
Method Details- 
tapeARNsSpecifies 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.
 
- 
tapeARNsSpecifies 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.
 
- 
markerAn 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.
 
- 
limitSpecifies 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.
 
- 
overrideConfigurationDescribeTapeArchivesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeTapeArchivesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-