public static class OnPremiseVantagePoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OnPremiseVantagePoint |
build() |
OnPremiseVantagePoint.Builder |
copy(OnPremiseVantagePoint model) |
OnPremiseVantagePoint.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OnPremiseVantagePoint.Builder |
description(String description)
A short description about the On-premise vantage point.
|
OnPremiseVantagePoint.Builder |
displayName(String displayName)
Unique permanent name of the On-premise vantage point.
|
OnPremiseVantagePoint.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
OnPremiseVantagePoint.Builder |
id(String id)
The OCID of the
On-premise vantage point.
|
OnPremiseVantagePoint.Builder |
name(String name)
Unique On-premise vantage point name that cannot be edited.
|
OnPremiseVantagePoint.Builder |
timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC
3339 timestamp format.
|
OnPremiseVantagePoint.Builder |
timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC
3339 timestamp format.
|
OnPremiseVantagePoint.Builder |
type(OnPremiseVantagePoint.Type type)
Type of On-premise vantage point.
|
OnPremiseVantagePoint.Builder |
workersSummary(WorkersSummary workersSummary) |
public OnPremiseVantagePoint.Builder id(String id)
The OCID of the On-premise vantage point.
id
- the value to setpublic OnPremiseVantagePoint.Builder displayName(String displayName)
Unique permanent name of the On-premise vantage point.
displayName
- the value to setpublic OnPremiseVantagePoint.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 OnPremiseVantagePoint.Builder type(OnPremiseVantagePoint.Type type)
Type of On-premise vantage point.
type
- the value to setpublic OnPremiseVantagePoint.Builder description(String description)
A short description about the On-premise vantage point.
description
- the value to setpublic OnPremiseVantagePoint.Builder workersSummary(WorkersSummary workersSummary)
public OnPremiseVantagePoint.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 OnPremiseVantagePoint.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 OnPremiseVantagePoint.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 OnPremiseVantagePoint.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 OnPremiseVantagePoint build()
public OnPremiseVantagePoint.Builder copy(OnPremiseVantagePoint model)
Copyright © 2016–2024. All rights reserved.