public static class DiscoveryScheduleSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DiscoveryScheduleSummary |
build() |
DiscoveryScheduleSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment in which the discovery schedule exists.
|
DiscoveryScheduleSummary.Builder |
copy(DiscoveryScheduleSummary model) |
DiscoveryScheduleSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
DiscoveryScheduleSummary.Builder |
displayName(String displayName)
A user-friendly name for the discovery schedule.
|
DiscoveryScheduleSummary.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
DiscoveryScheduleSummary.Builder |
id(String id)
The OCID of the
discovery schedule.
|
DiscoveryScheduleSummary.Builder |
lifecycleDetails(String lifecycleDetails)
The detailed state of the discovery schedule.
|
DiscoveryScheduleSummary.Builder |
lifecycleState(DiscoveryScheduleLifecycleState lifecycleState)
Current state of the discovery schedule.
|
DiscoveryScheduleSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
DiscoveryScheduleSummary.Builder |
timeCreated(Date timeCreated)
The time when the discovery schedule was created in RFC3339 format.
|
DiscoveryScheduleSummary.Builder |
timeUpdated(Date timeUpdated)
The time when the discovery schedule was last updated in RFC3339 format.
|
public DiscoveryScheduleSummary.Builder id(String id)
The OCID of the discovery schedule.
id
- the value to setpublic 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.
displayName
- the value to setpublic DiscoveryScheduleSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the discovery schedule exists.
compartmentId
- the value to setpublic DiscoveryScheduleSummary.Builder lifecycleState(DiscoveryScheduleLifecycleState lifecycleState)
Current state of the discovery schedule.
lifecycleState
- the value to setpublic DiscoveryScheduleSummary.Builder lifecycleDetails(String lifecycleDetails)
The detailed state of the discovery schedule.
lifecycleDetails
- the value to setpublic DiscoveryScheduleSummary.Builder timeCreated(Date timeCreated)
The time when the discovery schedule was created in RFC3339 format.
timeCreated
- the value to setpublic DiscoveryScheduleSummary.Builder timeUpdated(Date timeUpdated)
The time when the discovery schedule was last updated in RFC3339 format.
timeUpdated
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic 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}}
systemTags
- the value to setpublic DiscoveryScheduleSummary build()
public DiscoveryScheduleSummary.Builder copy(DiscoveryScheduleSummary model)
Copyright © 2016–2024. All rights reserved.