Interface ComponentContainerData.DefinitionStages
-
- Enclosing interface:
- ComponentContainerData
public static interface ComponentContainerData.DefinitionStages
The ComponentContainerData definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ComponentContainerData.DefinitionStages.Blank
The first stage of the ComponentContainerData definition.static interface
ComponentContainerData.DefinitionStages.WithCreate
The stage of the ComponentContainerData definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.static interface
ComponentContainerData.DefinitionStages.WithParentResource
The stage of the ComponentContainerData definition allowing to specify parent resource.static interface
ComponentContainerData.DefinitionStages.WithProperties
The stage of the ComponentContainerData definition allowing to specify properties.
-