Package com.oracle.bmc.datascience.model
Class PipelineSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.PipelineSummary.Builder
-
- Enclosing class:
- PipelineSummary
public static class PipelineSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineSummary
build()
PipelineSummary.Builder
compartmentId(String compartmentId)
The OCID of the compartment where you want to create the pipeline.PipelineSummary.Builder
copy(PipelineSummary model)
PipelineSummary.Builder
createdBy(String createdBy)
The OCID of the user who created the project.PipelineSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.PipelineSummary.Builder
displayName(String displayName)
A user-friendly display name for the resource.PipelineSummary.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.PipelineSummary.Builder
id(String id)
The OCID of the pipeline.PipelineSummary.Builder
lifecycleState(PipelineLifecycleState lifecycleState)
The state of the pipeline.PipelineSummary.Builder
projectId(String projectId)
The OCID of the project to associate the pipeline with.PipelineSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.PipelineSummary.Builder
timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by RFC3339.PipelineSummary.Builder
timeUpdated(Date timeUpdated)
The date and time the resource was updated in the timestamp format defined by RFC3339.
-
-
-
Method Detail
-
id
public PipelineSummary.Builder id(String id)
The OCID of the pipeline.- Parameters:
id
- the value to set- Returns:
- this builder
-
timeCreated
public PipelineSummary.Builder timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by RFC3339.Example: 2020-08-06T21:10:29.41Z
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public PipelineSummary.Builder timeUpdated(Date timeUpdated)
The date and time the resource was updated in the timestamp format defined by RFC3339.Example: 2020-08-06T21:10:29.41Z
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
createdBy
public PipelineSummary.Builder createdBy(String createdBy)
The OCID of the user who created the project.- Parameters:
createdBy
- the value to set- Returns:
- this builder
-
projectId
public PipelineSummary.Builder projectId(String projectId)
The OCID of the project to associate the pipeline with.- Parameters:
projectId
- the value to set- Returns:
- this builder
-
compartmentId
public PipelineSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the pipeline.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public PipelineSummary.Builder displayName(String displayName)
A user-friendly display name for the resource.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
lifecycleState
public PipelineSummary.Builder lifecycleState(PipelineLifecycleState lifecycleState)
The state of the pipeline.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
freeformTags
public PipelineSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public PipelineSummary.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: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public PipelineSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public PipelineSummary build()
-
copy
public PipelineSummary.Builder copy(PipelineSummary model)
-
-