Interface RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable

    • Method Detail

      • withOverridingValues

        RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withOverridingValues​(Map<String,​OverridingValue> overridingValues)
        The function that specifies the values that override the corresponding values specified under the function withValuesPath().
        Parameters:
        overridingValues - a map which contains the values that will override the corresponding values specified under the function withValuesPath().
        Returns:
        the next stage of the container registry FileTaskStep definition.
      • withOverridingValue

        RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withOverridingValue​(String name,
                                                                                         OverridingValue overridingValue)
        The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().
        Parameters:
        name - the name of the value to be overridden.
        overridingValue - the value of the value to be overridden.
        Returns:
        the next stage of the container registry FileTaskStep definition.