Class UpdatePrivateEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.model.UpdatePrivateEndpointDetails.Builder
-
- Enclosing class:
- UpdatePrivateEndpointDetails
public static class UpdatePrivateEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePrivateEndpointDetails.Builder
accessTargets(List<AccessTargetDetails> accessTargets)
A list of targets that can be accessed by the private endpoint.UpdatePrivateEndpointDetails
build()
UpdatePrivateEndpointDetails.Builder
copy(UpdatePrivateEndpointDetails model)
UpdatePrivateEndpointDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdatePrivateEndpointDetails.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.UpdatePrivateEndpointDetails.Builder
name(String name)
This name associated with the endpoint.UpdatePrivateEndpointDetails.Builder
namespace(String namespace)
The Object Storage namespace which will associated with the private endpoint.
-
-
-
Method Detail
-
name
public 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
-
namespace
public 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
-
accessTargets
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdatePrivateEndpointDetails build()
-
copy
public UpdatePrivateEndpointDetails.Builder copy(UpdatePrivateEndpointDetails model)
-
-