Package com.oracle.bmc.cloudbridge.model
Class DiscoveryScheduleSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.model.DiscoveryScheduleSummary.Builder
 
- 
- Enclosing class:
- DiscoveryScheduleSummary
 
 public static class DiscoveryScheduleSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscoveryScheduleSummarybuild()DiscoveryScheduleSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment in which the discovery schedule exists.DiscoveryScheduleSummary.Buildercopy(DiscoveryScheduleSummary model)DiscoveryScheduleSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)The defined tags associated with this resource, if any.DiscoveryScheduleSummary.BuilderdisplayName(String displayName)A user-friendly name for the discovery schedule.DiscoveryScheduleSummary.BuilderfreeformTags(Map<String,String> freeformTags)The freeform tags associated with this resource, if any.DiscoveryScheduleSummary.Builderid(String id)The OCID of the discovery schedule.DiscoveryScheduleSummary.BuilderlifecycleDetails(String lifecycleDetails)The detailed state of the discovery schedule.DiscoveryScheduleSummary.BuilderlifecycleState(DiscoveryScheduleLifecycleState lifecycleState)Current state of the discovery schedule.DiscoveryScheduleSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)The system tags associated with this resource, if any.DiscoveryScheduleSummary.BuildertimeCreated(Date timeCreated)The time when the discovery schedule was created in RFC3339 format.DiscoveryScheduleSummary.BuildertimeUpdated(Date timeUpdated)The time when the discovery schedule was last updated in RFC3339 format.
 
- 
- 
- 
Method Detail- 
idpublic DiscoveryScheduleSummary.Builder id(String id) The OCID of the discovery schedule.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic DiscoveryScheduleSummary.Builder displayName(String displayName) A user-friendly name for the discovery schedule.Does not have to be unique, and it’s mutable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic DiscoveryScheduleSummary.Builder compartmentId(String compartmentId) The OCID of the compartment in which the discovery schedule exists.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic DiscoveryScheduleSummary.Builder lifecycleState(DiscoveryScheduleLifecycleState lifecycleState) Current state of the discovery schedule.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic DiscoveryScheduleSummary.Builder lifecycleDetails(String lifecycleDetails) The detailed state of the discovery schedule.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic DiscoveryScheduleSummary.Builder timeCreated(Date timeCreated) The time when the discovery schedule was created in RFC3339 format.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic DiscoveryScheduleSummary.Builder timeUpdated(Date timeUpdated) The time when the discovery schedule was last updated in RFC3339 format.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic DiscoveryScheduleSummary.Builder freeformTags(Map<String,String> freeformTags) The freeform tags associated with this resource, if any.Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic DiscoveryScheduleSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) The defined tags associated with this resource, if any.Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic DiscoveryScheduleSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) The system tags associated with this resource, if any.The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic DiscoveryScheduleSummary build() 
 - 
copypublic DiscoveryScheduleSummary.Builder copy(DiscoveryScheduleSummary model) 
 
- 
 
-