CopyableBuilder<ListTapesRequest.Builder,ListTapesRequest>
, SdkBuilder<ListTapesRequest.Builder,ListTapesRequest>
public static interface ListTapesRequest.Builder extends CopyableBuilder<ListTapesRequest.Builder,ListTapesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListTapesRequest.Builder |
limit(Integer limit) |
An optional number limit for the tapes in the list returned by this call.
|
ListTapesRequest.Builder |
marker(String marker) |
A string that indicates the position at which to begin the returned list of tapes.
|
ListTapesRequest.Builder |
tapeARNs(String... tapeARNs) |
NOTE: This method appends the values to the existing list (if any).
|
ListTapesRequest.Builder |
tapeARNs(Collection<String> tapeARNs) |
copy
apply, build
ListTapesRequest.Builder tapeARNs(Collection<String> tapeARNs)
tapeARNs
- ListTapesRequest.Builder tapeARNs(String... tapeARNs)
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
- ListTapesRequest.Builder marker(String marker)
A string that indicates the position at which to begin the returned list of tapes.
marker
- A string that indicates the position at which to begin the returned list of tapes.ListTapesRequest.Builder limit(Integer limit)
An optional number limit for the tapes in the list returned by this call.
limit
- An optional number limit for the tapes in the list returned by this call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.