public static class DedicatedVantagePointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public DedicatedVantagePointSummary.Builder id(String id)
The OCID of the dedicated vantage point.
id
- the value to setpublic DedicatedVantagePointSummary.Builder displayName(String displayName)
Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
displayName
- the value to setpublic DedicatedVantagePointSummary.Builder name(String name)
Unique permanent name of the vantage point.
name
- the value to setpublic DedicatedVantagePointSummary.Builder status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
status
- the value to setpublic DedicatedVantagePointSummary.Builder dvpStackDetails(DvpStackDetails dvpStackDetails)
public DedicatedVantagePointSummary.Builder region(String region)
Name of the region.
region
- the value to setpublic DedicatedVantagePointSummary.Builder timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC
3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeCreated
- the value to setpublic DedicatedVantagePointSummary.Builder timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC
3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
timeUpdated
- the value to setpublic DedicatedVantagePointSummary.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"}
freeformTags
- the value to setpublic DedicatedVantagePointSummary.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 DedicatedVantagePointSummary.Builder monitorStatusCountMap(MonitorStatusCountMap monitorStatusCountMap)
public DedicatedVantagePointSummary build()
public DedicatedVantagePointSummary.Builder copy(DedicatedVantagePointSummary model)
Copyright © 2016–2024. All rights reserved.