Interface DaprComponent.DefinitionStages.WithSecretStoreComponent

All Known Subinterfaces:
DaprComponent.Definition, DaprComponent.DefinitionStages.WithCreate
Enclosing interface:
DaprComponent.DefinitionStages

public static interface DaprComponent.DefinitionStages.WithSecretStoreComponent
The stage of the DaprComponent definition allowing to specify secretStoreComponent.
  • Method Details

    • withSecretStoreComponent

      DaprComponent.DefinitionStages.WithCreate withSecretStoreComponent(String secretStoreComponent)
      Specifies the secretStoreComponent property: Name of a Dapr component to retrieve component secrets from.
      Parameters:
      secretStoreComponent - Name of a Dapr component to retrieve component secrets from.
      Returns:
      the next definition stage.