public static class CreateShellDeployStageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateShellDeployStageDetails.Builder description(String description)
public CreateShellDeployStageDetails.Builder displayName(String displayName)
public CreateShellDeployStageDetails.Builder deployPipelineId(String deployPipelineId)
public CreateShellDeployStageDetails.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
public CreateShellDeployStageDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateShellDeployStageDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateShellDeployStageDetails.Builder containerConfig(ContainerConfig containerConfig)
public CreateShellDeployStageDetails.Builder commandSpecDeployArtifactId(String commandSpecDeployArtifactId)
The OCID of the artifact that contains the command specification.
commandSpecDeployArtifactId
- the value to setpublic CreateShellDeployStageDetails.Builder timeoutInSeconds(Integer timeoutInSeconds)
Time to wait for execution of a shell stage. Defaults to 36000 seconds.
timeoutInSeconds
- the value to setpublic CreateShellDeployStageDetails build()
public CreateShellDeployStageDetails.Builder copy(CreateShellDeployStageDetails model)
Copyright © 2016–2023. All rights reserved.