CopyableBuilder<ListTapesResponse.Builder,ListTapesResponse>
, SdkBuilder<ListTapesResponse.Builder,ListTapesResponse>
public static interface ListTapesResponse.Builder extends CopyableBuilder<ListTapesResponse.Builder,ListTapesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListTapesResponse.Builder |
marker(String marker) |
A string that indicates the position at which to begin returning the next list of tapes.
|
ListTapesResponse.Builder |
tapeInfos(Collection<TapeInfo> tapeInfos) |
|
ListTapesResponse.Builder |
tapeInfos(TapeInfo... tapeInfos) |
NOTE: This method appends the values to the existing list (if any).
|
copy
apply, build
ListTapesResponse.Builder tapeInfos(Collection<TapeInfo> tapeInfos)
tapeInfos
- ListTapesResponse.Builder tapeInfos(TapeInfo... tapeInfos)
NOTE: This method appends the values to the existing list (if any). Use
#setTapeInfos(java.util.Collection)
or #withTapeInfos(java.util.Collection)
if you want to
override the existing values.
tapeInfos
- ListTapesResponse.Builder marker(String marker)
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
marker
- A string that indicates the position at which to begin returning the next list of tapes. Use the
marker in your next request to continue pagination of tapes. If there are no more tapes to list, this
element does not appear in the response body.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.