Package com.oracle.bmc.functions.model
Class PbfListingSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.functions.model.PbfListingSummary.Builder
 
- 
- Enclosing class:
- PbfListingSummary
 
 public static class PbfListingSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PbfListingSummarybuild()PbfListingSummary.Buildercopy(PbfListingSummary model)PbfListingSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.PbfListingSummary.Builderdescription(String description)A short overview of the PBF Listing: the purpose of the PBF and and associated information.PbfListingSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.PbfListingSummary.Builderid(String id)Unique identifier that is immutable on creation.PbfListingSummary.BuilderlifecycleState(PbfListing.LifecycleState lifecycleState)The current state of the PBF resource.PbfListingSummary.Buildername(String name)A brief descriptive name for the PBF listing.PbfListingSummary.BuilderpublisherDetails(PublisherDetails publisherDetails)PbfListingSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.PbfListingSummary.BuildertimeCreated(Date timeCreated)The time the PbfListing was created.PbfListingSummary.BuildertimeUpdated(Date timeUpdated)The last time the PbfListing was updated.PbfListingSummary.Buildertriggers(List<Trigger> triggers)An array of Trigger.
 
- 
- 
- 
Method Detail- 
idpublic PbfListingSummary.Builder id(String id) Unique identifier that is immutable on creation.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
namepublic PbfListingSummary.Builder name(String name) A brief descriptive name for the PBF listing.The PBF listing name must be unique, and not match and existing PBF. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic PbfListingSummary.Builder description(String description) A short overview of the PBF Listing: the purpose of the PBF and and associated information.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
publisherDetailspublic PbfListingSummary.Builder publisherDetails(PublisherDetails publisherDetails) 
 - 
triggerspublic PbfListingSummary.Builder triggers(List<Trigger> triggers) An array of Trigger.A list of triggers that may activate the PBF. - Parameters:
- triggers- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic PbfListingSummary.Builder timeCreated(Date timeCreated) The time the PbfListing was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic PbfListingSummary.Builder timeUpdated(Date timeUpdated) The last time the PbfListing was updated.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic PbfListingSummary.Builder lifecycleState(PbfListing.LifecycleState lifecycleState) The current state of the PBF resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic PbfListingSummary.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic PbfListingSummary.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic PbfListingSummary.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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic PbfListingSummary build() 
 - 
copypublic PbfListingSummary.Builder copy(PbfListingSummary model) 
 
- 
 
-