public static class DedicatedVantagePoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DedicatedVantagePoint |
build() |
DedicatedVantagePoint.Builder |
copy(DedicatedVantagePoint model) |
DedicatedVantagePoint.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DedicatedVantagePoint.Builder |
displayName(String displayName)
Unique dedicated vantage point name that cannot be edited.
|
DedicatedVantagePoint.Builder |
dvpStackDetails(DvpStackDetails dvpStackDetails) |
DedicatedVantagePoint.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DedicatedVantagePoint.Builder |
id(String id)
The OCID of the
dedicated vantage point.
|
DedicatedVantagePoint.Builder |
monitorStatusCountMap(MonitorStatusCountMap monitorStatusCountMap) |
DedicatedVantagePoint.Builder |
name(String name)
Unique permanent name of the dedicated vantage point.
|
DedicatedVantagePoint.Builder |
region(String region)
Name of the region.
|
DedicatedVantagePoint.Builder |
status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
|
DedicatedVantagePoint.Builder |
timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC
3339 timestamp format.
|
DedicatedVantagePoint.Builder |
timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC
3339 timestamp format.
|
public DedicatedVantagePoint.Builder id(String id)
The OCID of the dedicated vantage point.
id
- the value to setpublic DedicatedVantagePoint.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 DedicatedVantagePoint.Builder name(String name)
Unique permanent name of the dedicated vantage point. This is the same as the displayName.
name
- the value to setpublic DedicatedVantagePoint.Builder status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
status
- the value to setpublic DedicatedVantagePoint.Builder dvpStackDetails(DvpStackDetails dvpStackDetails)
public DedicatedVantagePoint.Builder region(String region)
Name of the region.
region
- the value to setpublic DedicatedVantagePoint.Builder monitorStatusCountMap(MonitorStatusCountMap monitorStatusCountMap)
public DedicatedVantagePoint.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 DedicatedVantagePoint.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 DedicatedVantagePoint.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 DedicatedVantagePoint.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 DedicatedVantagePoint build()
public DedicatedVantagePoint.Builder copy(DedicatedVantagePoint model)
Copyright © 2016–2024. All rights reserved.