public static class CreateManagedListDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateManagedListDetails.Builder displayName(String displayName)
Managed list display name.
Avoid entering confidential information.
displayName
- the value to setpublic CreateManagedListDetails.Builder compartmentId(String compartmentId)
Compartment OCID
compartmentId
- the value to setpublic CreateManagedListDetails.Builder sourceManagedListId(String sourceManagedListId)
OCID of the source managed list
sourceManagedListId
- the value to setpublic CreateManagedListDetails.Builder description(String description)
Managed list description
Avoid entering confidential information.
description
- the value to setpublic CreateManagedListDetails.Builder listType(ManagedListType listType)
Type of information stored in the list
listType
- the value to setpublic CreateManagedListDetails.Builder listItems(List<String> listItems)
List of items in the managed list
listItems
- the value to setpublic CreateManagedListDetails.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 CreateManagedListDetails.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 CreateManagedListDetails build()
public CreateManagedListDetails.Builder copy(CreateManagedListDetails model)
Copyright © 2016–2024. All rights reserved.