public static interface ListCellsResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<ListCellsResponse.Builder,ListCellsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCellsResponse.Builder |
cells(CellOutput... cells)
A list of Cells
|
ListCellsResponse.Builder |
cells(Collection<CellOutput> cells)
A list of Cells
|
ListCellsResponse.Builder |
cells(Consumer<CellOutput.Builder>... cells)
A list of Cells This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List. |
ListCellsResponse.Builder |
nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCellsResponse.Builder cells(Collection<CellOutput> cells)
cells - A list of CellsListCellsResponse.Builder cells(CellOutput... cells)
cells - A list of CellsListCellsResponse.Builder cells(Consumer<CellOutput.Builder>... cells)
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 #cells(List) .cells - a consumer that will call methods on List.Builder #cells(List) ListCellsResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.Copyright © 2022. All rights reserved.