public static interface ListControlPanelsResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<ListControlPanelsResponse.Builder,ListControlPanelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListControlPanelsResponse.Builder |
controlPanels(Collection<ControlPanel> controlPanels)
The result of a successful ListControlPanel request.
|
ListControlPanelsResponse.Builder |
controlPanels(Consumer<ControlPanel.Builder>... controlPanels)
The result of a successful ListControlPanel request.
|
ListControlPanelsResponse.Builder |
controlPanels(ControlPanel... controlPanels)
The result of a successful ListControlPanel request.
|
ListControlPanelsResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListControlPanelsResponse.Builder controlPanels(Collection<ControlPanel> controlPanels)
The result of a successful ListControlPanel request.
controlPanels - The result of a successful ListControlPanel request.ListControlPanelsResponse.Builder controlPanels(ControlPanel... controlPanels)
The result of a successful ListControlPanel request.
controlPanels - The result of a successful ListControlPanel request.ListControlPanelsResponse.Builder controlPanels(Consumer<ControlPanel.Builder>... controlPanels)
The result of a successful ListControlPanel request.
This is a convenience method that creates an instance of theControlPanel.Builder avoiding the
need to create one manually via
ControlPanel.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #controlPanels(List.
controlPanels - a consumer that will call methods on
ControlPanel.Builder#controlPanels(java.util.Collection) ListControlPanelsResponse.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 © 2022. All rights reserved.