Class CreateDedicatedVantagePointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.apmsynthetics.model.CreateDedicatedVantagePointDetails.Builder
-
- Enclosing class:
- CreateDedicatedVantagePointDetails
public static class CreateDedicatedVantagePointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDedicatedVantagePointDetails
build()
CreateDedicatedVantagePointDetails.Builder
copy(CreateDedicatedVantagePointDetails model)
CreateDedicatedVantagePointDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.CreateDedicatedVantagePointDetails.Builder
displayName(String displayName)
Unique dedicated vantage point name that cannot be edited.CreateDedicatedVantagePointDetails.Builder
dvpStackDetails(DvpStackDetails dvpStackDetails)
CreateDedicatedVantagePointDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.CreateDedicatedVantagePointDetails.Builder
region(String region)
Name of the region.CreateDedicatedVantagePointDetails.Builder
status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
-
-
-
Method Detail
-
displayName
public CreateDedicatedVantagePointDetails.Builder displayName(String displayName)
Unique dedicated vantage point name that cannot be edited.The name should not contain any confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
dvpStackDetails
public CreateDedicatedVantagePointDetails.Builder dvpStackDetails(DvpStackDetails dvpStackDetails)
-
region
public CreateDedicatedVantagePointDetails.Builder region(String region)
Name of the region.- Parameters:
region
- the value to set- Returns:
- this builder
-
status
public CreateDedicatedVantagePointDetails.Builder status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.- Parameters:
status
- the value to set- Returns:
- this builder
-
freeformTags
public CreateDedicatedVantagePointDetails.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 CreateDedicatedVantagePointDetails.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 CreateDedicatedVantagePointDetails build()
-
copy
public CreateDedicatedVantagePointDetails.Builder copy(CreateDedicatedVantagePointDetails model)
-
-