Package com.oracle.bmc.devops.model
Class ShellDeployStage.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.ShellDeployStage.Builder
-
- Enclosing class:
- ShellDeployStage
public static class ShellDeployStage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public ShellDeployStage.Builder id(String id)
-
description
public ShellDeployStage.Builder description(String description)
-
displayName
public ShellDeployStage.Builder displayName(String displayName)
-
projectId
public ShellDeployStage.Builder projectId(String projectId)
-
deployPipelineId
public ShellDeployStage.Builder deployPipelineId(String deployPipelineId)
-
compartmentId
public ShellDeployStage.Builder compartmentId(String compartmentId)
-
timeCreated
public ShellDeployStage.Builder timeCreated(Date timeCreated)
-
timeUpdated
public ShellDeployStage.Builder timeUpdated(Date timeUpdated)
-
lifecycleState
public ShellDeployStage.Builder lifecycleState(DeployStage.LifecycleState lifecycleState)
-
lifecycleDetails
public ShellDeployStage.Builder lifecycleDetails(String lifecycleDetails)
-
deployStagePredecessorCollection
public ShellDeployStage.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
-
freeformTags
public ShellDeployStage.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public ShellDeployStage.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
containerConfig
public ShellDeployStage.Builder containerConfig(ContainerConfig containerConfig)
-
commandSpecDeployArtifactId
public ShellDeployStage.Builder commandSpecDeployArtifactId(String commandSpecDeployArtifactId)
The OCID of the artifact that contains the command specification.- Parameters:
commandSpecDeployArtifactId
- the value to set- Returns:
- this builder
-
timeoutInSeconds
public ShellDeployStage.Builder timeoutInSeconds(Integer timeoutInSeconds)
Time to wait for execution of a shell stage.Defaults to 36000 seconds.
- Parameters:
timeoutInSeconds
- the value to set- Returns:
- this builder
-
build
public ShellDeployStage build()
-
copy
public ShellDeployStage.Builder copy(ShellDeployStage model)
-
-