Package com.oracle.bmc.devops.model
Class DeployPipeline.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.DeployPipeline.Builder
 
- 
- Enclosing class:
- DeployPipeline
 
 public static class DeployPipeline.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployPipelinebuild()DeployPipeline.BuildercompartmentId(String compartmentId)The OCID of the compartment where the pipeline is created.DeployPipeline.Buildercopy(DeployPipeline model)DeployPipeline.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.DeployPipeline.BuilderdeployPipelineArtifacts(DeployPipelineArtifactCollection deployPipelineArtifacts)DeployPipeline.BuilderdeployPipelineEnvironments(DeployPipelineEnvironmentCollection deployPipelineEnvironments)DeployPipeline.BuilderdeployPipelineParameters(DeployPipelineParameterCollection deployPipelineParameters)DeployPipeline.Builderdescription(String description)Optional description about the deployment pipeline.DeployPipeline.BuilderdisplayName(String displayName)Deployment pipeline display name, which can be renamed and is not necessarily unique.DeployPipeline.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.DeployPipeline.Builderid(String id)Unique identifier that is immutable on creation.DeployPipeline.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.DeployPipeline.BuilderlifecycleState(DeployPipeline.LifecycleState lifecycleState)The current state of the deployment pipeline.DeployPipeline.BuilderprojectId(String projectId)The OCID of a project.DeployPipeline.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.DeployPipeline.BuildertimeCreated(Date timeCreated)Time the deployment pipeline was created.DeployPipeline.BuildertimeUpdated(Date timeUpdated)Time the deployment pipeline was updated.
 
- 
- 
- 
Method Detail- 
idpublic DeployPipeline.Builder id(String id) Unique identifier that is immutable on creation.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic DeployPipeline.Builder description(String description) Optional description about the deployment pipeline.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic DeployPipeline.Builder displayName(String displayName) Deployment pipeline display name, which can be renamed and is not necessarily unique.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
projectIdpublic DeployPipeline.Builder projectId(String projectId) The OCID of a project.- Parameters:
- projectId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic DeployPipeline.Builder compartmentId(String compartmentId) The OCID of the compartment where the pipeline is created.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
deployPipelineArtifactspublic DeployPipeline.Builder deployPipelineArtifacts(DeployPipelineArtifactCollection deployPipelineArtifacts) 
 - 
deployPipelineEnvironmentspublic DeployPipeline.Builder deployPipelineEnvironments(DeployPipelineEnvironmentCollection deployPipelineEnvironments) 
 - 
timeCreatedpublic DeployPipeline.Builder timeCreated(Date timeCreated) Time the deployment pipeline was created.Format defined by RFC3339. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic DeployPipeline.Builder timeUpdated(Date timeUpdated) Time the deployment pipeline was updated.Format defined by RFC3339. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic DeployPipeline.Builder lifecycleState(DeployPipeline.LifecycleState lifecycleState) The current state of the deployment pipeline.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic DeployPipeline.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
deployPipelineParameterspublic DeployPipeline.Builder deployPipelineParameters(DeployPipelineParameterCollection deployPipelineParameters) 
 - 
freeformTagspublic DeployPipeline.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. See Resource Tags. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic DeployPipeline.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic DeployPipeline.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. See Resource Tags. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic DeployPipeline build() 
 - 
copypublic DeployPipeline.Builder copy(DeployPipeline model) 
 
- 
 
-