Interface DaprComponent.UpdateStages.WithSecretStoreComponent

All Known Subinterfaces:
DaprComponent.Update
Enclosing interface:
DaprComponent.UpdateStages

public static interface DaprComponent.UpdateStages.WithSecretStoreComponent
The stage of the DaprComponent update allowing to specify secretStoreComponent.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSecretStoreComponent(String secretStoreComponent)
    Specifies the secretStoreComponent property: Name of a Dapr component to retrieve component secrets from.
  • Method Details

    • withSecretStoreComponent

      DaprComponent.Update 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.