public static interface CreateControlPanelResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<CreateControlPanelResponse.Builder,CreateControlPanelResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateControlPanelResponse.Builder |
controlPanel(Consumer<ControlPanel.Builder> controlPanel)
Information about a control panel.
|
CreateControlPanelResponse.Builder |
controlPanel(ControlPanel controlPanel)
Information about a control panel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateControlPanelResponse.Builder controlPanel(ControlPanel controlPanel)
Information about a control panel.
controlPanel - Information about a control panel.default CreateControlPanelResponse.Builder controlPanel(Consumer<ControlPanel.Builder> controlPanel)
Information about a control panel.
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 controlPanel(ControlPanel).
controlPanel - a consumer that will call methods on ControlPanel.BuildercontrolPanel(ControlPanel)Copyright © 2023. All rights reserved.