Class DedicatedVantagePointSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.apmsynthetics.model.DedicatedVantagePointSummary.Builder
-
- Enclosing class:
- DedicatedVantagePointSummary
public static class DedicatedVantagePointSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public DedicatedVantagePointSummary.Builder id(String id)
The OCID of the dedicated vantage point.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public DedicatedVantagePointSummary.Builder displayName(String displayName)
Unique dedicated vantage point name that cannot be edited.The name should not contain any confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
name
public DedicatedVantagePointSummary.Builder name(String name)
Unique permanent name of the vantage point.- Parameters:
name
- the value to set- Returns:
- this builder
-
status
public DedicatedVantagePointSummary.Builder status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.- Parameters:
status
- the value to set- Returns:
- this builder
-
dvpStackDetails
public DedicatedVantagePointSummary.Builder dvpStackDetails(DvpStackDetails dvpStackDetails)
-
region
public DedicatedVantagePointSummary.Builder region(String region)
Name of the region.- Parameters:
region
- the value to set- Returns:
- this builder
-
timeCreated
public DedicatedVantagePointSummary.Builder timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC 3339 timestamp format.Example: 2020-02-12T22:47:12.613Z
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public DedicatedVantagePointSummary.Builder timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC 3339 timestamp format.Example: 2020-02-13T22:47:12.613Z
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
monitorStatusCountMap
public DedicatedVantagePointSummary.Builder monitorStatusCountMap(MonitorStatusCountMap monitorStatusCountMap)
-
build
public DedicatedVantagePointSummary build()
-
copy
public DedicatedVantagePointSummary.Builder copy(DedicatedVantagePointSummary model)
-
-