public static class ListingRevisionNote.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListingRevisionNote |
build() |
ListingRevisionNote.Builder |
compartmentId(String compartmentId)
The unique identifier for the compartment.
|
ListingRevisionNote.Builder |
copy(ListingRevisionNote model) |
ListingRevisionNote.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ListingRevisionNote.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ListingRevisionNote.Builder |
id(String id)
The OCID of the listing revision note.
|
ListingRevisionNote.Builder |
lifecycleState(ListingRevisionNote.LifecycleState lifecycleState)
The current state of the listing revision note.
|
ListingRevisionNote.Builder |
listingRevisionId(String listingRevisionId)
The unique identifier of the listing revision that the specified note belongs to.
|
ListingRevisionNote.Builder |
noteDetails(String noteDetails)
Notes provided for the listing revision.
|
ListingRevisionNote.Builder |
noteSource(ListingRevisionNote.NoteSource noteSource)
type of the note.
|
ListingRevisionNote.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ListingRevisionNote.Builder |
timeCreated(Date timeCreated)
The date and time the listing revision note was created, expressed in RFC
3339 timestamp format.
|
ListingRevisionNote.Builder |
timeUpdated(Date timeUpdated)
The date and time the listing revision note was updated, expressed in RFC
3339 timestamp format.
|
public ListingRevisionNote.Builder id(String id)
The OCID of the listing revision note.
id
- the value to setpublic ListingRevisionNote.Builder listingRevisionId(String listingRevisionId)
The unique identifier of the listing revision that the specified note belongs to.
listingRevisionId
- the value to setpublic ListingRevisionNote.Builder compartmentId(String compartmentId)
The unique identifier for the compartment.
compartmentId
- the value to setpublic ListingRevisionNote.Builder noteSource(ListingRevisionNote.NoteSource noteSource)
type of the note.
noteSource
- the value to setpublic ListingRevisionNote.Builder noteDetails(String noteDetails)
Notes provided for the listing revision.
noteDetails
- the value to setpublic ListingRevisionNote.Builder lifecycleState(ListingRevisionNote.LifecycleState lifecycleState)
The current state of the listing revision note.
lifecycleState
- the value to setpublic ListingRevisionNote.Builder timeCreated(Date timeCreated)
The date and time the listing revision note was created, expressed in RFC 3339 timestamp format.
Example: 2022-09-24T21:10:29.600Z
timeCreated
- the value to setpublic ListingRevisionNote.Builder timeUpdated(Date timeUpdated)
The date and time the listing revision note was updated, expressed in RFC 3339 timestamp format.
Example: 2022-09-24T21:10:29.600Z
timeUpdated
- the value to setpublic ListingRevisionNote.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 ListingRevisionNote.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 ListingRevisionNote.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 ListingRevisionNote build()
public ListingRevisionNote.Builder copy(ListingRevisionNote model)
Copyright © 2016–2024. All rights reserved.