public static interface ControlPanel.Builder extends SdkPojo, CopyableBuilder<ControlPanel.Builder,ControlPanel>
| Modifier and Type | Method and Description |
|---|---|
ControlPanel.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that includes the control panel.
|
ControlPanel.Builder |
controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
|
ControlPanel.Builder |
defaultControlPanel(Boolean defaultControlPanel)
A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control
panel for a cluster.
|
ControlPanel.Builder |
name(String name)
The name of the control panel.
|
ControlPanel.Builder |
routingControlCount(Integer routingControlCount)
The number of routing controls in the control panel.
|
ControlPanel.Builder |
status(Status status)
The deployment status of control panel.
|
ControlPanel.Builder |
status(String status)
The deployment status of control panel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlPanel.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that includes the control panel.
clusterArn - The Amazon Resource Name (ARN) of the cluster that includes the control panel.ControlPanel.Builder controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
controlPanelArn - The Amazon Resource Name (ARN) of the control panel.ControlPanel.Builder defaultControlPanel(Boolean defaultControlPanel)
A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control panel yourself, this flag is set to false.
defaultControlPanel - A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default
control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery
Controller creates a control panel, and sets this flag for that control panel. If you create a control
panel yourself, this flag is set to false.ControlPanel.Builder name(String name)
The name of the control panel. You can use any non-white space character in the name.
name - The name of the control panel. You can use any non-white space character in the name.ControlPanel.Builder routingControlCount(Integer routingControlCount)
The number of routing controls in the control panel.
routingControlCount - The number of routing controls in the control panel.ControlPanel.Builder status(String status)
The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
ControlPanel.Builder status(Status status)
The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
Copyright © 2023. All rights reserved.