Package com.oracle.bmc.devops.model
Class DeployPipelineSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeployPipelineSummary.Builder
-
- Enclosing class:
- DeployPipelineSummary
public static class DeployPipelineSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployPipelineSummary
build()
DeployPipelineSummary.Builder
compartmentId(String compartmentId)
The OCID of a compartment where the pipeline is created.DeployPipelineSummary.Builder
copy(DeployPipelineSummary model)
DeployPipelineSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.DeployPipelineSummary.Builder
deployPipelineParameters(DeployPipelineParameterCollection deployPipelineParameters)
DeployPipelineSummary.Builder
description(String description)
Optional description about the deployment pipeline.DeployPipelineSummary.Builder
displayName(String displayName)
Deployment pipeline display name, which can be renamed and is not necessarily unique.DeployPipelineSummary.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.DeployPipelineSummary.Builder
id(String id)
Unique identifier that is immutable on creation.DeployPipelineSummary.Builder
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.DeployPipelineSummary.Builder
lifecycleState(DeployPipeline.LifecycleState lifecycleState)
The current state of the deployment pipeline.DeployPipelineSummary.Builder
projectId(String projectId)
The OCID of a project.DeployPipelineSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.DeployPipelineSummary.Builder
timeCreated(Date timeCreated)
Time the deployment pipeline was created.DeployPipelineSummary.Builder
timeUpdated(Date timeUpdated)
Time the deployment pipeline was updated.
-
-
-
Method Detail
-
id
public DeployPipelineSummary.Builder id(String id)
Unique identifier that is immutable on creation.- Parameters:
id
- the value to set- Returns:
- this builder
-
description
public DeployPipelineSummary.Builder description(String description)
Optional description about the deployment pipeline.- Parameters:
description
- the value to set- Returns:
- this builder
-
displayName
public DeployPipelineSummary.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
-
projectId
public DeployPipelineSummary.Builder projectId(String projectId)
The OCID of a project.- Parameters:
projectId
- the value to set- Returns:
- this builder
-
compartmentId
public DeployPipelineSummary.Builder compartmentId(String compartmentId)
The OCID of a compartment where the pipeline is created.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
timeCreated
public DeployPipelineSummary.Builder timeCreated(Date timeCreated)
Time the deployment pipeline was created.Format defined by RFC3339.
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public DeployPipelineSummary.Builder timeUpdated(Date timeUpdated)
Time the deployment pipeline was updated.Format defined by RFC3339.
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
lifecycleDetails
public DeployPipelineSummary.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
-
lifecycleState
public DeployPipelineSummary.Builder lifecycleState(DeployPipeline.LifecycleState lifecycleState)
The current state of the deployment pipeline.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
deployPipelineParameters
public DeployPipelineSummary.Builder deployPipelineParameters(DeployPipelineParameterCollection deployPipelineParameters)
-
freeformTags
public DeployPipelineSummary.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
-
definedTags
public DeployPipelineSummary.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
-
systemTags
public DeployPipelineSummary.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
-
build
public DeployPipelineSummary build()
-
copy
public DeployPipelineSummary.Builder copy(DeployPipelineSummary model)
-
-