public static class CreateBuildRunDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateBuildRunDetails |
build() |
CreateBuildRunDetails.Builder |
buildPipelineId(String buildPipelineId)
The OCID of the build pipeline.
|
CreateBuildRunDetails.Builder |
buildRunArguments(BuildRunArgumentCollection buildRunArguments) |
CreateBuildRunDetails.Builder |
commitInfo(CommitInfo commitInfo) |
CreateBuildRunDetails.Builder |
copy(CreateBuildRunDetails model) |
CreateBuildRunDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateBuildRunDetails.Builder |
displayName(String displayName)
Build run display name, which can be renamed and is not necessarily unique.
|
CreateBuildRunDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
public CreateBuildRunDetails.Builder displayName(String displayName)
Build run display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
displayName
- the value to setpublic CreateBuildRunDetails.Builder buildPipelineId(String buildPipelineId)
The OCID of the build pipeline.
buildPipelineId
- the value to setpublic CreateBuildRunDetails.Builder commitInfo(CommitInfo commitInfo)
public CreateBuildRunDetails.Builder buildRunArguments(BuildRunArgumentCollection buildRunArguments)
public CreateBuildRunDetails.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 CreateBuildRunDetails.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 CreateBuildRunDetails build()
public CreateBuildRunDetails.Builder copy(CreateBuildRunDetails model)
Copyright © 2016–2024. All rights reserved.