public static interface ListTapePoolsResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListTapePoolsResponse.Builder,ListTapePoolsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTapePoolsResponse.Builder |
marker(String marker)
A string that indicates the position at which to begin the returned list of tape pools.
|
ListTapePoolsResponse.Builder |
poolInfos(Collection<PoolInfo> poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
ListTapePoolsResponse.Builder |
poolInfos(Consumer<PoolInfo.Builder>... poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
ListTapePoolsResponse.Builder |
poolInfos(PoolInfo... poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTapePoolsResponse.Builder poolInfos(Collection<PoolInfo> poolInfos)
An array of PoolInfo objects, where each object describes a single custom tape pool. If there
are no custom tape pools, the PoolInfos is an empty array.
poolInfos - An array of PoolInfo objects, where each object describes a single custom tape pool. If
there are no custom tape pools, the PoolInfos is an empty array.ListTapePoolsResponse.Builder poolInfos(PoolInfo... poolInfos)
An array of PoolInfo objects, where each object describes a single custom tape pool. If there
are no custom tape pools, the PoolInfos is an empty array.
poolInfos - An array of PoolInfo objects, where each object describes a single custom tape pool. If
there are no custom tape pools, the PoolInfos is an empty array.ListTapePoolsResponse.Builder poolInfos(Consumer<PoolInfo.Builder>... poolInfos)
An array of PoolInfo objects, where each object describes a single custom tape pool. If there
are no custom tape pools, the PoolInfos is an empty array.
List.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 #poolInfos(List) .poolInfos - a consumer that will call methods on List.Builder #poolInfos(List) ListTapePoolsResponse.Builder marker(String marker)
A string that indicates the position at which to begin the returned list of tape pools. Use the marker in your next request to continue pagination of tape pools. If there are no more tape pools to list, this element does not appear in the response body.
marker - A string that indicates the position at which to begin the returned list of tape pools. Use the marker
in your next request to continue pagination of tape pools. If there are no more tape pools to list,
this element does not appear in the response body.Copyright © 2022. All rights reserved.