Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Pipeline |
build() |
Pipeline.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment where you want to create the pipeline.
|
Pipeline.Builder |
configurationDetails(PipelineConfigurationDetails configurationDetails) |
Pipeline.Builder |
copy(Pipeline model) |
Pipeline.Builder |
createdBy(String createdBy)
The OCID
of the user who created the pipeline.
|
Pipeline.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Pipeline.Builder |
description(String description)
A short description of the pipeline.
|
Pipeline.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
Pipeline.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Pipeline.Builder |
id(String id)
The OCID
of the pipeline.
|
Pipeline.Builder |
infrastructureConfigurationDetails(PipelineInfrastructureConfigurationDetails infrastructureConfigurationDetails) |
Pipeline.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
Pipeline.Builder |
lifecycleState(PipelineLifecycleState lifecycleState)
The current state of the pipeline.
|
Pipeline.Builder |
logConfigurationDetails(PipelineLogConfigurationDetails logConfigurationDetails) |
Pipeline.Builder |
projectId(String projectId)
The OCID
of the project to associate the pipeline with.
|
Pipeline.Builder |
stepDetails(List<PipelineStepDetails> stepDetails)
Array of step details for each step.
|
Pipeline.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Pipeline.Builder |
timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by
RFC3339.
|
Pipeline.Builder |
timeUpdated(Date timeUpdated)
The date and time the resource was updated in the timestamp format defined by
RFC3339.
|
public Pipeline.Builder id(String id)
The OCID of the pipeline.
id
- the value to setpublic Pipeline.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 Pipeline.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 Pipeline.Builder createdBy(String createdBy)
The OCID of the user who created the pipeline.
createdBy
- the value to setpublic Pipeline.Builder projectId(String projectId)
The OCID of the project to associate the pipeline with.
projectId
- the value to setpublic Pipeline.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the pipeline.
compartmentId
- the value to setpublic Pipeline.Builder displayName(String displayName)
A user-friendly display name for the resource.
displayName
- the value to setpublic Pipeline.Builder description(String description)
A short description of the pipeline.
description
- the value to setpublic Pipeline.Builder configurationDetails(PipelineConfigurationDetails configurationDetails)
public Pipeline.Builder logConfigurationDetails(PipelineLogConfigurationDetails logConfigurationDetails)
public Pipeline.Builder infrastructureConfigurationDetails(PipelineInfrastructureConfigurationDetails infrastructureConfigurationDetails)
public Pipeline.Builder stepDetails(List<PipelineStepDetails> stepDetails)
Array of step details for each step.
stepDetails
- the value to setpublic Pipeline.Builder lifecycleState(PipelineLifecycleState lifecycleState)
The current state of the pipeline.
lifecycleState
- the value to setpublic Pipeline.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 Pipeline.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 Pipeline.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 Pipeline.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 Pipeline build()
public Pipeline.Builder copy(Pipeline model)
Copyright © 2016–2024. All rights reserved.