public static class PipelineRunSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PipelineRunSummary |
build() |
PipelineRunSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment where you want to create the pipeline run.
|
PipelineRunSummary.Builder |
copy(PipelineRunSummary model) |
PipelineRunSummary.Builder |
createdBy(String createdBy)
The OCID
of the user who created the pipeline run.
|
PipelineRunSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
PipelineRunSummary.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
PipelineRunSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
PipelineRunSummary.Builder |
id(String id)
The OCID
of the pipeline run.
|
PipelineRunSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
PipelineRunSummary.Builder |
lifecycleState(PipelineRunLifecycleState lifecycleState)
The state of the pipeline run.
|
PipelineRunSummary.Builder |
pipelineId(String pipelineId)
The OCID
of the pipeline for which pipeline run is created.
|
PipelineRunSummary.Builder |
projectId(String projectId)
The OCID
of the project to associate the pipeline run with.
|
PipelineRunSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
PipelineRunSummary.Builder |
timeAccepted(Date timeAccepted)
The date and time the pipeline run was accepted in the timestamp format defined by
RFC3339.
|
PipelineRunSummary.Builder |
timeFinished(Date timeFinished)
The date and time the pipeline run request was finished in the timestamp format defined
by RFC3339.
|
PipelineRunSummary.Builder |
timeStarted(Date timeStarted)
The date and time the pipeline run request was started in the timestamp format defined by
RFC3339.
|
PipelineRunSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the pipeline run was updated in the timestamp format defined by
RFC3339.
|
public PipelineRunSummary.Builder id(String id)
The OCID of the pipeline run.
id
- the value to setpublic PipelineRunSummary.Builder timeAccepted(Date timeAccepted)
The date and time the pipeline run was accepted in the timestamp format defined by RFC3339.
timeAccepted
- the value to setpublic PipelineRunSummary.Builder timeStarted(Date timeStarted)
The date and time the pipeline run request was started in the timestamp format defined by RFC3339.
timeStarted
- the value to setpublic PipelineRunSummary.Builder timeFinished(Date timeFinished)
The date and time the pipeline run request was finished in the timestamp format defined by RFC3339.
timeFinished
- the value to setpublic PipelineRunSummary.Builder timeUpdated(Date timeUpdated)
The date and time the pipeline run was updated in the timestamp format defined by RFC3339.
timeUpdated
- the value to setpublic PipelineRunSummary.Builder createdBy(String createdBy)
The OCID of the user who created the pipeline run.
createdBy
- the value to setpublic PipelineRunSummary.Builder projectId(String projectId)
The OCID of the project to associate the pipeline run with.
projectId
- the value to setpublic PipelineRunSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the pipeline run.
compartmentId
- the value to setpublic PipelineRunSummary.Builder pipelineId(String pipelineId)
The OCID of the pipeline for which pipeline run is created.
pipelineId
- the value to setpublic PipelineRunSummary.Builder displayName(String displayName)
A user-friendly display name for the resource.
displayName
- the value to setpublic PipelineRunSummary.Builder lifecycleState(PipelineRunLifecycleState lifecycleState)
The state of the pipeline run.
lifecycleState
- the value to setpublic PipelineRunSummary.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.
lifecycleDetails
- the value to setpublic PipelineRunSummary.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 PipelineRunSummary.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 PipelineRunSummary.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 PipelineRunSummary build()
public PipelineRunSummary.Builder copy(PipelineRunSummary model)
Copyright © 2016–2024. All rights reserved.