public static class OnPremiseVantagePointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public OnPremiseVantagePointSummary.Builder id(String id)
The OCID of the On-premise vantage point.
id
- the value to setpublic OnPremiseVantagePointSummary.Builder displayName(String displayName)
Unique permanent name of the On-premise vantage point.
displayName
- the value to setpublic OnPremiseVantagePointSummary.Builder name(String name)
Unique On-premise vantage point name that cannot be edited. The name should not contain any confidential information.
name
- the value to setpublic OnPremiseVantagePointSummary.Builder type(OnPremiseVantagePointSummary.Type type)
Type of On-premise vantage point.
type
- the value to setpublic OnPremiseVantagePointSummary.Builder description(String description)
A short description about the On-premise vantage point.
description
- the value to setpublic OnPremiseVantagePointSummary.Builder workersSummary(WorkersSummary workersSummary)
public OnPremiseVantagePointSummary.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 OnPremiseVantagePointSummary.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 OnPremiseVantagePointSummary.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 OnPremiseVantagePointSummary.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 OnPremiseVantagePointSummary build()
public OnPremiseVantagePointSummary.Builder copy(OnPremiseVantagePointSummary model)
Copyright © 2016–2024. All rights reserved.