RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable Interface
Implements
public static interface RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable
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
Encoded |
withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded value content. |
|
abstract
Encoded |
withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function with |
|
abstract
Encoded |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function with |
Method Details
withBase64EncodedValueContent
public abstract RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded value content.
Parameters:
Returns:
withOverridingValue
public abstract RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().
Parameters:
Returns:
withOverridingValues
public abstract RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().
Parameters:
Returns: