Package com.oracle.bmc.devops.model
Class FunctionDeployStage.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.FunctionDeployStage.Builder
-
- Enclosing class:
- FunctionDeployStage
public static class FunctionDeployStage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public FunctionDeployStage.Builder id(String id)
-
description
public FunctionDeployStage.Builder description(String description)
-
displayName
public FunctionDeployStage.Builder displayName(String displayName)
-
projectId
public FunctionDeployStage.Builder projectId(String projectId)
-
deployPipelineId
public FunctionDeployStage.Builder deployPipelineId(String deployPipelineId)
-
compartmentId
public FunctionDeployStage.Builder compartmentId(String compartmentId)
-
timeCreated
public FunctionDeployStage.Builder timeCreated(Date timeCreated)
-
timeUpdated
public FunctionDeployStage.Builder timeUpdated(Date timeUpdated)
-
lifecycleState
public FunctionDeployStage.Builder lifecycleState(DeployStage.LifecycleState lifecycleState)
-
lifecycleDetails
public FunctionDeployStage.Builder lifecycleDetails(String lifecycleDetails)
-
deployStagePredecessorCollection
public FunctionDeployStage.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
-
freeformTags
public FunctionDeployStage.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public FunctionDeployStage.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public FunctionDeployStage.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
functionDeployEnvironmentId
public FunctionDeployStage.Builder functionDeployEnvironmentId(String functionDeployEnvironmentId)
Function environment OCID.- Parameters:
functionDeployEnvironmentId
- the value to set- Returns:
- this builder
-
dockerImageDeployArtifactId
public FunctionDeployStage.Builder dockerImageDeployArtifactId(String dockerImageDeployArtifactId)
A Docker image artifact OCID.- Parameters:
dockerImageDeployArtifactId
- the value to set- Returns:
- this builder
-
config
public FunctionDeployStage.Builder config(Map<String,String> config)
User provided key and value pair configuration, which is assigned through constants or parameter.- Parameters:
config
- the value to set- Returns:
- this builder
-
maxMemoryInMBs
public FunctionDeployStage.Builder maxMemoryInMBs(Long maxMemoryInMBs)
Maximum usable memory for the Function (in MB).- Parameters:
maxMemoryInMBs
- the value to set- Returns:
- this builder
-
functionTimeoutInSeconds
public FunctionDeployStage.Builder functionTimeoutInSeconds(Integer functionTimeoutInSeconds)
Timeout for execution of the Function.Value in seconds.
- Parameters:
functionTimeoutInSeconds
- the value to set- Returns:
- this builder
-
build
public FunctionDeployStage build()
-
copy
public FunctionDeployStage.Builder copy(FunctionDeployStage model)
-
-