DaprComponentProperties |
DaprComponentProperties.withComponentType(String componentType) |
Set the componentType property: Component type.
|
DaprComponentProperties |
DaprComponentProperties.withIgnoreErrors(Boolean ignoreErrors) |
Set the ignoreErrors property: Boolean describing if the component errors are ignores.
|
DaprComponentProperties |
DaprComponentProperties.withInitTimeout(String initTimeout) |
Set the initTimeout property: Initialization timeout.
|
DaprComponentProperties |
DaprComponentProperties.withMetadata(List<DaprMetadata> metadata) |
Set the metadata property: Component metadata.
|
DaprComponentProperties |
DaprComponentProperties.withScopes(List<String> scopes) |
Set the scopes property: Names of container apps that can use this Dapr component.
|
DaprComponentProperties |
DaprComponentProperties.withSecrets(List<Secret> secrets) |
Set the secrets property: Collection of secrets used by a Dapr component.
|
DaprComponentProperties |
DaprComponentProperties.withVersion(String version) |
Set the version property: Component version.
|