Package com.oracle.bmc.oda.model
Class UpdateOdaPrivateEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.UpdateOdaPrivateEndpointDetails.Builder
-
- Enclosing class:
- UpdateOdaPrivateEndpointDetails
public static class UpdateOdaPrivateEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOdaPrivateEndpointDetails
build()
UpdateOdaPrivateEndpointDetails.Builder
copy(UpdateOdaPrivateEndpointDetails model)
UpdateOdaPrivateEndpointDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.UpdateOdaPrivateEndpointDetails.Builder
description(String description)
Description of the ODA private endpoint.UpdateOdaPrivateEndpointDetails.Builder
displayName(String displayName)
User-defined name for the ODA private endpoint.UpdateOdaPrivateEndpointDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.UpdateOdaPrivateEndpointDetails.Builder
nsgIds(List<String> nsgIds)
List of OCIDs of network security groups
-
-
-
Method Detail
-
displayName
public UpdateOdaPrivateEndpointDetails.Builder displayName(String displayName)
User-defined name for the ODA private endpoint.Avoid entering confidential information. You can change this value.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public UpdateOdaPrivateEndpointDetails.Builder description(String description)
Description of the ODA private endpoint.- Parameters:
description
- the value to set- Returns:
- this builder
-
nsgIds
public UpdateOdaPrivateEndpointDetails.Builder nsgIds(List<String> nsgIds)
List of OCIDs of network security groups- Parameters:
nsgIds
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateOdaPrivateEndpointDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.Example: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateOdaPrivateEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateOdaPrivateEndpointDetails build()
-
copy
public UpdateOdaPrivateEndpointDetails.Builder copy(UpdateOdaPrivateEndpointDetails model)
-
-