public static class UpdateInvokeFunctionDeployStageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateInvokeFunctionDeployStageDetails.Builder description(String description)
public UpdateInvokeFunctionDeployStageDetails.Builder displayName(String displayName)
public UpdateInvokeFunctionDeployStageDetails.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
public UpdateInvokeFunctionDeployStageDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateInvokeFunctionDeployStageDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateInvokeFunctionDeployStageDetails.Builder functionDeployEnvironmentId(String functionDeployEnvironmentId)
Function environment OCID.
functionDeployEnvironmentId
- the value to setpublic UpdateInvokeFunctionDeployStageDetails.Builder deployArtifactId(String deployArtifactId)
Optional artifact OCID. The artifact will be included in the body for the function invocation during the stage’s execution. If the DeployArtifact.argumentSubstituitionMode is set to SUBSTITUTE_PLACEHOLDERS, then the pipeline parameter values will be used to replace the placeholders in the artifact content.
deployArtifactId
- the value to setpublic UpdateInvokeFunctionDeployStageDetails.Builder isAsync(Boolean isAsync)
A boolean flag specifies whether this stage executes asynchronously.
isAsync
- the value to setpublic UpdateInvokeFunctionDeployStageDetails.Builder isValidationEnabled(Boolean isValidationEnabled)
A boolean flag specifies whether the invoked function must be validated.
isValidationEnabled
- the value to setpublic UpdateInvokeFunctionDeployStageDetails build()
public UpdateInvokeFunctionDeployStageDetails.Builder copy(UpdateInvokeFunctionDeployStageDetails model)
Copyright © 2016–2025. All rights reserved.