public static class PipelineSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PipelineSummary.Builder id(String id)
The OCID of the pipeline.
id
- the value to setpublic 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
timeCreated
- the value to setpublic 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
timeUpdated
- the value to setpublic PipelineSummary.Builder createdBy(String createdBy)
The OCID of the user who created the project.
createdBy
- the value to setpublic PipelineSummary.Builder projectId(String projectId)
The OCID of the project to associate the pipeline with.
projectId
- the value to setpublic PipelineSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the pipeline.
compartmentId
- the value to setpublic PipelineSummary.Builder displayName(String displayName)
A user-friendly display name for the resource.
displayName
- the value to setpublic PipelineSummary.Builder lifecycleState(PipelineLifecycleState lifecycleState)
The state of the pipeline.
lifecycleState
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic 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"}}
systemTags
- the value to setpublic PipelineSummary build()
public PipelineSummary.Builder copy(PipelineSummary model)
Copyright © 2016–2024. All rights reserved.