public static class UpdatePrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
name
- the value to setpublic UpdatePrivateEndpointDetails.Builder namespace(String namespace)
The Object Storage namespace which will associated with the private endpoint.
namespace
- the value to setpublic UpdatePrivateEndpointDetails.Builder accessTargets(List<AccessTargetDetails> accessTargets)
A list of targets that can be accessed by the private endpoint.
accessTargets
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdatePrivateEndpointDetails build()
public UpdatePrivateEndpointDetails.Builder copy(UpdatePrivateEndpointDetails model)
Copyright © 2016–2024. All rights reserved.