public static class BuildPipelineSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BuildPipelineSummary |
build() |
BuildPipelineSummary.Builder |
buildPipelineParameters(BuildPipelineParameterCollection buildPipelineParameters) |
BuildPipelineSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment where the build pipeline is created.
|
BuildPipelineSummary.Builder |
copy(BuildPipelineSummary model) |
BuildPipelineSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
BuildPipelineSummary.Builder |
description(String description)
Optional description about the build pipeline.
|
BuildPipelineSummary.Builder |
displayName(String displayName)
Build pipeline display name, which can be renamed and is not necessarily unique.
|
BuildPipelineSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
BuildPipelineSummary.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
BuildPipelineSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A detailed message describing the current state.
|
BuildPipelineSummary.Builder |
lifecycleState(BuildPipeline.LifecycleState lifecycleState)
The current state of the build pipeline.
|
BuildPipelineSummary.Builder |
projectId(String projectId)
The OCID of the DevOps project.
|
BuildPipelineSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
BuildPipelineSummary.Builder |
timeCreated(Date timeCreated)
The time the build pipeline was created.
|
BuildPipelineSummary.Builder |
timeUpdated(Date timeUpdated)
The time the build pipeline was updated.
|
public BuildPipelineSummary.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic BuildPipelineSummary.Builder description(String description)
Optional description about the build pipeline.
description
- the value to setpublic BuildPipelineSummary.Builder displayName(String displayName)
Build pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
displayName
- the value to setpublic BuildPipelineSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where the build pipeline is created.
compartmentId
- the value to setpublic BuildPipelineSummary.Builder projectId(String projectId)
The OCID of the DevOps project.
projectId
- the value to setpublic BuildPipelineSummary.Builder timeCreated(Date timeCreated)
The time the build pipeline was created. Format defined by RFC3339.
timeCreated
- the value to setpublic BuildPipelineSummary.Builder timeUpdated(Date timeUpdated)
The time the build pipeline was updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic BuildPipelineSummary.Builder lifecycleDetails(String lifecycleDetails)
A detailed message describing the current state. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic BuildPipelineSummary.Builder lifecycleState(BuildPipeline.LifecycleState lifecycleState)
The current state of the build pipeline.
lifecycleState
- the value to setpublic BuildPipelineSummary.Builder buildPipelineParameters(BuildPipelineParameterCollection buildPipelineParameters)
public BuildPipelineSummary.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"}
freeformTags
- the value to setpublic BuildPipelineSummary.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"}}
definedTags
- the value to setpublic BuildPipelineSummary.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"}}
systemTags
- the value to setpublic BuildPipelineSummary build()
public BuildPipelineSummary.Builder copy(BuildPipelineSummary model)
Copyright © 2016–2024. All rights reserved.