Interface NodeSetupTask.DefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
All Superinterfaces:
Attachable.InDefinition<ParentT>, NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>, NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue<ParentT>
All Known Subinterfaces:
NodeSetupTask.Definition<ParentT>
Enclosing interface:
NodeSetupTask.DefinitionStages

public static interface NodeSetupTask.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>, NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue<ParentT>
The final stage of the setup task definition. At this stage, any remaining optional settings can be specified, or the setup task definition can be attached to the parent cluster definition.