public static class PbfListingSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PbfListingSummary |
build() |
PbfListingSummary.Builder |
copy(PbfListingSummary model) |
PbfListingSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
PbfListingSummary.Builder |
description(String description)
A short overview of the PBF Listing: the purpose of the PBF and and associated
information.
|
PbfListingSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
PbfListingSummary.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
PbfListingSummary.Builder |
lifecycleState(PbfListing.LifecycleState lifecycleState)
The current state of the PBF resource.
|
PbfListingSummary.Builder |
name(String name)
A brief descriptive name for the PBF listing.
|
PbfListingSummary.Builder |
publisherDetails(PublisherDetails publisherDetails) |
PbfListingSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
PbfListingSummary.Builder |
timeCreated(Date timeCreated)
The time the PbfListing was created.
|
PbfListingSummary.Builder |
timeUpdated(Date timeUpdated)
The last time the PbfListing was updated.
|
PbfListingSummary.Builder |
triggers(List<Trigger> triggers)
An array of Trigger.
|
public PbfListingSummary.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic 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.
name
- the value to setpublic PbfListingSummary.Builder description(String description)
A short overview of the PBF Listing: the purpose of the PBF and and associated information.
description
- the value to setpublic PbfListingSummary.Builder publisherDetails(PublisherDetails publisherDetails)
public PbfListingSummary.Builder triggers(List<Trigger> triggers)
An array of Trigger. A list of triggers that may activate the PBF.
triggers
- the value to setpublic PbfListingSummary.Builder timeCreated(Date timeCreated)
The time the PbfListing was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic PbfListingSummary.Builder timeUpdated(Date timeUpdated)
The last time the PbfListing was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic PbfListingSummary.Builder lifecycleState(PbfListing.LifecycleState lifecycleState)
The current state of the PBF resource.
lifecycleState
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic 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"}}
systemTags
- the value to setpublic PbfListingSummary build()
public PbfListingSummary.Builder copy(PbfListingSummary model)
Copyright © 2016–2024. All rights reserved.