Package com.oracle.bmc.cloudguard.model
Class ManagedListSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.ManagedListSummary.Builder
 
- 
- Enclosing class:
- ManagedListSummary
 
 public static class ManagedListSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedListSummarybuild()ManagedListSummary.BuildercompartmentId(String compartmentId)Compartment OCID where the resource is createdManagedListSummary.Buildercopy(ManagedListSummary model)ManagedListSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ManagedListSummary.Builderdescription(String description)Managed list descriptionManagedListSummary.BuilderdisplayName(String displayName)Managed list display nameManagedListSummary.BuilderfeedProvider(FeedProviderType feedProvider)Provider of the feedManagedListSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ManagedListSummary.Buildergroup(String group)Managed list type groupManagedListSummary.Builderid(String id)Unique identifier that can’t be changed after creationManagedListSummary.BuilderisEditable(Boolean isEditable)Is this list editable?ManagedListSummary.BuilderlifecycleState(LifecycleState lifecycleState)The current lifecycle state of the resourceManagedListSummary.BuilderlifecyleDetails(String lifecyleDetails)A message describing the current state in more detail.ManagedListSummary.BuilderlistItems(List<String> listItems)List of items in the managed listManagedListSummary.BuilderlistType(ManagedListType listType)Type of information stored in the managed listManagedListSummary.BuildersourceManagedListId(String sourceManagedListId)OCID of the source managed listManagedListSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.ManagedListSummary.BuildertimeCreated(Date timeCreated)The date and time the managed list was created.ManagedListSummary.BuildertimeUpdated(Date timeUpdated)The date and time the managed list was last updated.
 
- 
- 
- 
Method Detail- 
idpublic ManagedListSummary.Builder id(String id) Unique identifier that can’t be changed after creation- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ManagedListSummary.Builder displayName(String displayName) Managed list display name- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ManagedListSummary.Builder description(String description) Managed list description- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ManagedListSummary.Builder compartmentId(String compartmentId) Compartment OCID where the resource is created- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
sourceManagedListIdpublic ManagedListSummary.Builder sourceManagedListId(String sourceManagedListId) OCID of the source managed list- Parameters:
- sourceManagedListId- the value to set
- Returns:
- this builder
 
 - 
listTypepublic ManagedListSummary.Builder listType(ManagedListType listType) Type of information stored in the managed list- Parameters:
- listType- the value to set
- Returns:
- this builder
 
 - 
grouppublic ManagedListSummary.Builder group(String group) Managed list type group- Parameters:
- group- the value to set
- Returns:
- this builder
 
 - 
feedProviderpublic ManagedListSummary.Builder feedProvider(FeedProviderType feedProvider) Provider of the feed- Parameters:
- feedProvider- the value to set
- Returns:
- this builder
 
 - 
isEditablepublic ManagedListSummary.Builder isEditable(Boolean isEditable) Is this list editable?- Parameters:
- isEditable- the value to set
- Returns:
- this builder
 
 - 
listItemspublic ManagedListSummary.Builder listItems(List<String> listItems) List of items in the managed list- Parameters:
- listItems- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ManagedListSummary.Builder timeCreated(Date timeCreated) The date and time the managed list was created.Format defined by RFC3339. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ManagedListSummary.Builder timeUpdated(Date timeUpdated) The date and time the managed list was last updated.Format defined by RFC3339. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ManagedListSummary.Builder lifecycleState(LifecycleState lifecycleState) The current lifecycle state of the resource- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecyleDetailspublic 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] - Parameters:
- lifecyleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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. - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic 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"}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic ManagedListSummary build() 
 - 
copypublic ManagedListSummary.Builder copy(ManagedListSummary model) 
 
- 
 
-