CopyableBuilder<DescribeTapesResponse.Builder,DescribeTapesResponse>, SdkBuilder<DescribeTapesResponse.Builder,DescribeTapesResponse>public static interface DescribeTapesResponse.Builder extends CopyableBuilder<DescribeTapesResponse.Builder,DescribeTapesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeTapesResponse.Builder |
marker(String marker) |
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of
results.
|
DescribeTapesResponse.Builder |
tapes(Collection<Tape> tapes) |
An array of virtual tape descriptions.
|
DescribeTapesResponse.Builder |
tapes(Tape... tapes) |
An array of virtual tape descriptions.
|
copyapply, buildDescribeTapesResponse.Builder tapes(Collection<Tape> tapes)
An array of virtual tape descriptions.
tapes - An array of virtual tape descriptions.DescribeTapesResponse.Builder tapes(Tape... tapes)
An array of virtual tape descriptions.
NOTE: This method appends the values to the existing list (if any). Use
#setTapes(java.util.Collection) or #withTapes(java.util.Collection) if you want to override
the existing values.
tapes - An array of virtual tape descriptions.DescribeTapesResponse.Builder marker(String marker)
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.
If a response does not contain a marker, then there are no more results to be retrieved.
marker - An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next
page of results.
If a response does not contain a marker, then there are no more results to be retrieved.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.