Class CreateOnPremiseVantagePointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.apmsynthetics.model.CreateOnPremiseVantagePointDetails.Builder
-
- Enclosing class:
- CreateOnPremiseVantagePointDetails
public static class CreateOnPremiseVantagePointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOnPremiseVantagePointDetailsbuild()CreateOnPremiseVantagePointDetails.Buildercopy(CreateOnPremiseVantagePointDetails model)CreateOnPremiseVantagePointDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateOnPremiseVantagePointDetails.Builderdescription(String description)A short description about the On-premise vantage point.CreateOnPremiseVantagePointDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.CreateOnPremiseVantagePointDetails.Buildername(String name)Unique On-premise vantage point name that cannot be edited.CreateOnPremiseVantagePointDetails.Buildertype(CreateOnPremiseVantagePointDetails.Type type)Type of On-premise vantage point.
-
-
-
Method Detail
-
name
public CreateOnPremiseVantagePointDetails.Builder name(String name)
Unique On-premise vantage point name that cannot be edited.The name should not contain any confidential information.
- Parameters:
name- the value to set- Returns:
- this builder
-
type
public CreateOnPremiseVantagePointDetails.Builder type(CreateOnPremiseVantagePointDetails.Type type)
Type of On-premise vantage point.- Parameters:
type- the value to set- Returns:
- this builder
-
description
public CreateOnPremiseVantagePointDetails.Builder description(String description)
A short description about the On-premise vantage point.- Parameters:
description- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public CreateOnPremiseVantagePointDetails build()
-
copy
public CreateOnPremiseVantagePointDetails.Builder copy(CreateOnPremiseVantagePointDetails model)
-
-