Class UpdatePrivateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.objectstorage.model.UpdatePrivateEndpointDetails.Builder
 
- 
- Enclosing class:
- UpdatePrivateEndpointDetails
 
 public static class UpdatePrivateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePrivateEndpointDetails.BuilderaccessTargets(List<AccessTargetDetails> accessTargets)A list of targets that can be accessed by the private endpoint.UpdatePrivateEndpointDetailsbuild()UpdatePrivateEndpointDetails.Buildercopy(UpdatePrivateEndpointDetails model)UpdatePrivateEndpointDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdatePrivateEndpointDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.UpdatePrivateEndpointDetails.Buildername(String name)This name associated with the endpoint.UpdatePrivateEndpointDetails.Buildernamespace(String namespace)The Object Storage namespace which will associated with the private endpoint.
 
- 
- 
- 
Method Detail- 
namepublic UpdatePrivateEndpointDetails.Builder name(String name) This name associated with the endpoint.Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Example: my-new-private-endpoint1 - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
namespacepublic UpdatePrivateEndpointDetails.Builder namespace(String namespace) The Object Storage namespace which will associated with the private endpoint.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
accessTargetspublic UpdatePrivateEndpointDetails.Builder accessTargets(List<AccessTargetDetails> accessTargets) A list of targets that can be accessed by the private endpoint.- Parameters:
- accessTargets- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdatePrivateEndpointDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdatePrivateEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdatePrivateEndpointDetails build() 
 - 
copypublic UpdatePrivateEndpointDetails.Builder copy(UpdatePrivateEndpointDetails model) 
 
- 
 
-