public static interface DescribeControlPanelResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeControlPanelResponse.Builder,DescribeControlPanelResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeControlPanelResponse.Builder |
controlPanel(Consumer<ControlPanel.Builder> controlPanel)
Information about the control panel.
|
DescribeControlPanelResponse.Builder |
controlPanel(ControlPanel controlPanel)
Information about the control panel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeControlPanelResponse.Builder controlPanel(ControlPanel controlPanel)
Information about the control panel.
controlPanel - Information about the control panel.default DescribeControlPanelResponse.Builder controlPanel(Consumer<ControlPanel.Builder> controlPanel)
Information about the control panel.
This is a convenience 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 © 2021. All rights reserved.