public static interface DescribeTapesResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeTapesResponse.Builder,DescribeTapesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTapesResponse.Builder |
marker(String marker)
An opaque string that 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(Consumer<Tape.Builder>... tapes)
An array of virtual tape descriptions.
|
DescribeTapesResponse.Builder |
tapes(Tape... tapes)
An array of virtual tape descriptions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
tapes - An array of virtual tape descriptions.DescribeTapesResponse.Builder tapes(Consumer<Tape.Builder>... tapes)
An array of virtual tape descriptions.
This is a convenience method that creates an instance of theTape.Builder avoiding the need to create one
manually via Tape.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tapes(List.
tapes - a consumer that will call methods on
Tape.Builder#tapes(java.util.Collection) DescribeTapesResponse.Builder marker(String marker)
An opaque string that 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 that 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 © 2023. All rights reserved.