public static class CreateOnPremiseVantagePointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateOnPremiseVantagePointDetails |
build() |
CreateOnPremiseVantagePointDetails.Builder |
copy(CreateOnPremiseVantagePointDetails model) |
CreateOnPremiseVantagePointDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateOnPremiseVantagePointDetails.Builder |
description(String description)
A short description about the On-premise vantage point.
|
CreateOnPremiseVantagePointDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateOnPremiseVantagePointDetails.Builder |
name(String name)
Unique On-premise vantage point name that cannot be edited.
|
CreateOnPremiseVantagePointDetails.Builder |
type(CreateOnPremiseVantagePointDetails.Type type)
Type of On-premise vantage point.
|
public CreateOnPremiseVantagePointDetails.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 CreateOnPremiseVantagePointDetails.Builder type(CreateOnPremiseVantagePointDetails.Type type)
Type of On-premise vantage point.
type
- the value to setpublic CreateOnPremiseVantagePointDetails.Builder description(String description)
A short description about the On-premise vantage point.
description
- the value to setpublic CreateOnPremiseVantagePointDetails.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 CreateOnPremiseVantagePointDetails.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 CreateOnPremiseVantagePointDetails build()
public CreateOnPremiseVantagePointDetails.Builder copy(CreateOnPremiseVantagePointDetails model)
Copyright © 2016–2024. All rights reserved.