Interface SpringApp.DefinitionStages
-
- Enclosing interface:
- SpringApp
public static interface SpringApp.DefinitionStagesGrouping of all the spring app definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSpringApp.DefinitionStages.BlankThe first stage of the spring app definition.static interfaceSpringApp.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.static interfaceSpringApp.DefinitionStages.WithDeploymentThe stage of a spring app definition allowing to specify an active deployment.static interfaceSpringApp.DefinitionStages.WithDiskThe stage of a spring app definition allowing to specify the disk.static interfaceSpringApp.DefinitionStages.WithEndpointThe stage of a spring app definition allowing to specify the endpoint.static interfaceSpringApp.DefinitionStages.WithServiceBindingThe stage of a spring app update allowing to specify the service binding.
-