Interface FrontDoor.DefinitionStages.WithEnabledState
- All Known Subinterfaces:
FrontDoor.Definition,FrontDoor.DefinitionStages.WithCreate
- Enclosing interface:
- FrontDoor.DefinitionStages
public static interface FrontDoor.DefinitionStages.WithEnabledState
The stage of the FrontDoor definition allowing to specify enabledState.
-
Method Summary
Modifier and TypeMethodDescriptionwithEnabledState(FrontDoorEnabledState enabledState) Specifies the enabledState property: Operational status of the Front Door load balancer.
-
Method Details
-
withEnabledState
Specifies the enabledState property: Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.- Parameters:
enabledState- Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.- Returns:
- the next definition stage.
-