Package com.oracle.bmc.devops.model
Class InvokeFunctionDeployStage.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.InvokeFunctionDeployStage.Builder
-
- Enclosing class:
- InvokeFunctionDeployStage
public static class InvokeFunctionDeployStage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public InvokeFunctionDeployStage.Builder id(String id)
-
description
public InvokeFunctionDeployStage.Builder description(String description)
-
displayName
public InvokeFunctionDeployStage.Builder displayName(String displayName)
-
projectId
public InvokeFunctionDeployStage.Builder projectId(String projectId)
-
deployPipelineId
public InvokeFunctionDeployStage.Builder deployPipelineId(String deployPipelineId)
-
compartmentId
public InvokeFunctionDeployStage.Builder compartmentId(String compartmentId)
-
timeCreated
public InvokeFunctionDeployStage.Builder timeCreated(Date timeCreated)
-
timeUpdated
public InvokeFunctionDeployStage.Builder timeUpdated(Date timeUpdated)
-
lifecycleState
public InvokeFunctionDeployStage.Builder lifecycleState(DeployStage.LifecycleState lifecycleState)
-
lifecycleDetails
public InvokeFunctionDeployStage.Builder lifecycleDetails(String lifecycleDetails)
-
deployStagePredecessorCollection
public InvokeFunctionDeployStage.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
-
freeformTags
public InvokeFunctionDeployStage.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public InvokeFunctionDeployStage.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public InvokeFunctionDeployStage.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
functionDeployEnvironmentId
public InvokeFunctionDeployStage.Builder functionDeployEnvironmentId(String functionDeployEnvironmentId)
Function environment OCID.- Parameters:
functionDeployEnvironmentId
- the value to set- Returns:
- this builder
-
deployArtifactId
public InvokeFunctionDeployStage.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.
- Parameters:
deployArtifactId
- the value to set- Returns:
- this builder
-
isAsync
public InvokeFunctionDeployStage.Builder isAsync(Boolean isAsync)
A boolean flag specifies whether this stage executes asynchronously.- Parameters:
isAsync
- the value to set- Returns:
- this builder
-
isValidationEnabled
public InvokeFunctionDeployStage.Builder isValidationEnabled(Boolean isValidationEnabled)
A boolean flag specifies whether the invoked function must be validated.- Parameters:
isValidationEnabled
- the value to set- Returns:
- this builder
-
build
public InvokeFunctionDeployStage build()
-
copy
public InvokeFunctionDeployStage.Builder copy(InvokeFunctionDeployStage model)
-
-