RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable Interface
Implements
public static interface RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable
extends Attachable<SourceTriggerDefinition>
The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
File |
withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function with |
|
abstract
File |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function with |
|
abstract
File |
withValuesPath(String path)
The function that specifies the path to the values. |
Method Details
withOverridingValue
public abstract 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:
Returns:
withOverridingValues
public abstract 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:
Returns:
withValuesPath
public abstract RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withValuesPath(String path)
The function that specifies the path to the values.
Parameters:
Returns: