public static class ManagedListSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagedListSummary |
build() |
ManagedListSummary.Builder |
compartmentId(String compartmentId)
Compartment OCID where the resource is created
|
ManagedListSummary.Builder |
copy(ManagedListSummary model) |
ManagedListSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ManagedListSummary.Builder |
description(String description)
Managed list description
|
ManagedListSummary.Builder |
displayName(String displayName)
Managed list display name
|
ManagedListSummary.Builder |
feedProvider(FeedProviderType feedProvider)
Provider of the feed
|
ManagedListSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ManagedListSummary.Builder |
id(String id)
Unique identifier that can’t be changed after creation
|
ManagedListSummary.Builder |
isEditable(Boolean isEditable)
Is this list editable?
|
ManagedListSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the resource
|
ManagedListSummary.Builder |
lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail.
|
ManagedListSummary.Builder |
listItems(List<String> listItems)
List of items in the managed list
|
ManagedListSummary.Builder |
listType(ManagedListType listType)
Type of information stored in the managed list
|
ManagedListSummary.Builder |
sourceManagedListId(String sourceManagedListId)
OCID of the source managed list
|
ManagedListSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ManagedListSummary.Builder |
timeCreated(Date timeCreated)
The date and time the managed list was created.
|
ManagedListSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the managed list was last updated.
|
public ManagedListSummary.Builder id(String id)
Unique identifier that can’t be changed after creation
id
- the value to setpublic ManagedListSummary.Builder displayName(String displayName)
Managed list display name
displayName
- the value to setpublic ManagedListSummary.Builder description(String description)
Managed list description
description
- the value to setpublic ManagedListSummary.Builder compartmentId(String compartmentId)
Compartment OCID where the resource is created
compartmentId
- the value to setpublic ManagedListSummary.Builder sourceManagedListId(String sourceManagedListId)
OCID of the source managed list
sourceManagedListId
- the value to setpublic ManagedListSummary.Builder listType(ManagedListType listType)
Type of information stored in the managed list
listType
- the value to setpublic ManagedListSummary.Builder feedProvider(FeedProviderType feedProvider)
Provider of the feed
feedProvider
- the value to setpublic ManagedListSummary.Builder isEditable(Boolean isEditable)
Is this list editable?
isEditable
- the value to setpublic ManagedListSummary.Builder listItems(List<String> listItems)
List of items in the managed list
listItems
- the value to setpublic ManagedListSummary.Builder timeCreated(Date timeCreated)
The date and time the managed list was created. Format defined by RFC3339.
timeCreated
- the value to setpublic ManagedListSummary.Builder timeUpdated(Date timeUpdated)
The date and time the managed list was last updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic ManagedListSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the resource
lifecycleState
- the value to setpublic ManagedListSummary.Builder lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
lifecyleDetails
- the value to setpublic ManagedListSummary.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"}
Avoid entering confidential information.
freeformTags
- the value to setpublic ManagedListSummary.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 ManagedListSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic ManagedListSummary build()
public ManagedListSummary.Builder copy(ManagedListSummary model)
Copyright © 2016–2024. All rights reserved.