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.
|
ListCellsResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCellsResponse.Builder cells(Collection<CellOutput> cells)
A list of cells.
cells - A list of cells.ListCellsResponse.Builder cells(CellOutput... cells)
A list of cells.
cells - A list of cells.ListCellsResponse.Builder cells(Consumer<CellOutput.Builder>... cells)
A list of cells.
This is a convenience method that creates an instance of theCellOutput.Builder avoiding the need
to create one manually via
CellOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #cells(List.
cells - a consumer that will call methods on
CellOutput.Builder#cells(java.util.Collection) ListCellsResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.Copyright © 2023. All rights reserved.