public static class PbfListingVersion.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PbfListingVersion |
build() |
PbfListingVersion.Builder |
changeSummary(String changeSummary)
Details changes are included in this version.
|
PbfListingVersion.Builder |
config(List<ConfigDetails> config)
Details about the required and optional Function configurations needed for proper
performance of the PBF.
|
PbfListingVersion.Builder |
copy(PbfListingVersion model) |
PbfListingVersion.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
PbfListingVersion.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
PbfListingVersion.Builder |
id(String id)
Unique identifier that is immutable on creation
|
PbfListingVersion.Builder |
lifecycleState(PbfListingVersion.LifecycleState lifecycleState)
The current state of the PBF resource.
|
PbfListingVersion.Builder |
name(String name)
Semantic version
|
PbfListingVersion.Builder |
pbfListingId(String pbfListingId)
The OCID of the PbfListing this resource version belongs to.
|
PbfListingVersion.Builder |
requirements(RequirementDetails requirements) |
PbfListingVersion.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
PbfListingVersion.Builder |
timeCreated(Date timeCreated)
The time the PbfListingVersion was created.
|
PbfListingVersion.Builder |
timeUpdated(Date timeUpdated)
The last time the PbfListingVersion was updated.
|
PbfListingVersion.Builder |
triggers(List<Trigger> triggers)
An array of Trigger.
|
public PbfListingVersion.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic PbfListingVersion.Builder pbfListingId(String pbfListingId)
The OCID of the PbfListing this resource version belongs to.
pbfListingId
- the value to setpublic PbfListingVersion.Builder name(String name)
Semantic version
name
- the value to setpublic PbfListingVersion.Builder config(List<ConfigDetails> config)
Details about the required and optional Function configurations needed for proper performance of the PBF.
config
- the value to setpublic PbfListingVersion.Builder requirements(RequirementDetails requirements)
public PbfListingVersion.Builder changeSummary(String changeSummary)
Details changes are included in this version.
changeSummary
- the value to setpublic PbfListingVersion.Builder triggers(List<Trigger> triggers)
An array of Trigger. A list of triggers that may activate the PBF.
triggers
- the value to setpublic PbfListingVersion.Builder timeCreated(Date timeCreated)
The time the PbfListingVersion was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic PbfListingVersion.Builder timeUpdated(Date timeUpdated)
The last time the PbfListingVersion was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic PbfListingVersion.Builder lifecycleState(PbfListingVersion.LifecycleState lifecycleState)
The current state of the PBF resource.
lifecycleState
- the value to setpublic PbfListingVersion.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. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic PbfListingVersion.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic PbfListingVersion.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic PbfListingVersion build()
public PbfListingVersion.Builder copy(PbfListingVersion model)
Copyright © 2016–2024. All rights reserved.