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