public static interface DescribeTapeArchivesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTapeArchivesRequest.Builder |
limit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
|
DescribeTapeArchivesRequest.Builder |
marker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes.
|
DescribeTapeArchivesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTapeArchivesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTapeArchivesRequest.Builder |
tapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.
|
DescribeTapeArchivesRequest.Builder |
tapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTapeArchivesRequest.Builder tapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
tapeARNs - Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.DescribeTapeArchivesRequest.Builder tapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
tapeARNs - Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.DescribeTapeArchivesRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes.
marker - An opaque string that indicates the position at which to begin describing virtual tapes.DescribeTapeArchivesRequest.Builder limit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
limit - Specifies that the number of virtual tapes described be limited to the specified number.DescribeTapeArchivesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTapeArchivesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.