public static interface DescribeTapesResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<DescribeTapesResponse.Builder,DescribeTapesResponse>
Modifier and Type | Method and 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(Consumer<Tape.Builder>... tapes)
An array of virtual tape descriptions.
|
DescribeTapesResponse.Builder |
tapes(Tape... tapes)
An array of virtual tape descriptions.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeTapesResponse.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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tapes(List)
.tapes
- a consumer that will call methods on List.Builder
#tapes(List)
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.