Package com.oracle.bmc.devops.model
Class UpdateShellDeployStageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.UpdateShellDeployStageDetails.Builder
-
- Enclosing class:
- UpdateShellDeployStageDetails
public static class UpdateShellDeployStageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
description
public UpdateShellDeployStageDetails.Builder description(String description)
-
displayName
public UpdateShellDeployStageDetails.Builder displayName(String displayName)
-
deployStagePredecessorCollection
public UpdateShellDeployStageDetails.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
-
freeformTags
public UpdateShellDeployStageDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateShellDeployStageDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
containerConfig
public UpdateShellDeployStageDetails.Builder containerConfig(ContainerConfig containerConfig)
-
commandSpecDeployArtifactId
public UpdateShellDeployStageDetails.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 UpdateShellDeployStageDetails.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 UpdateShellDeployStageDetails build()
-
copy
public UpdateShellDeployStageDetails.Builder copy(UpdateShellDeployStageDetails model)
-
-