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 descried 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)
Add an optional request override configuration.
|
DescribeTapeArchivesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeTapeArchivesRequest.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 descried be limited to the specified number.
limit
- Specifies that the number of virtual tapes descried be limited to the specified number.DescribeTapeArchivesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeTapeArchivesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.