CopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>
, SdkBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>
public static interface DescribeTapeArchivesRequest.Builder extends CopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>
Modifier and Type | Method | 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 |
tapeARNs(String... tapeARNs) |
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.
|
DescribeTapeArchivesRequest.Builder |
tapeARNs(Collection<String> tapeARNs) |
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTapeARNs(java.util.Collection)
or #withTapeARNs(java.util.Collection)
if you want to
override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.