public static class AccessTargetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AccessTargetDetails.Builder |
bucket(String bucket)
The name of the bucket.
|
AccessTargetDetails |
build() |
AccessTargetDetails.Builder |
compartmentId(String compartmentId)
The compartment ID which the private endpoint can access.
|
AccessTargetDetails.Builder |
copy(AccessTargetDetails model) |
AccessTargetDetails.Builder |
namespace(String namespace)
The Object Storage namespace which the private endpoint can access.
|
public AccessTargetDetails.Builder namespace(String namespace)
The Object Storage namespace which the private endpoint can access. Wildcards (‘*’) are allowed. If value is ‘*’, it means all namespaces can be accessed. It cannot be a regex.
namespace
- the value to setpublic AccessTargetDetails.Builder compartmentId(String compartmentId)
The compartment ID which the private endpoint can access. Wildcards (‘*’) are allowed. If value is ‘*’, it means all compartments in the specified namespace can be accessed. It cannot be a regex.
compartmentId
- the value to setpublic AccessTargetDetails.Builder bucket(String bucket)
The name of the bucket. Avoid entering confidential information. Wildcards (‘*’) are allowed. If value is ‘*’, it means all buckets in the specified namespace and compartment can be accessed. It cannot be a regex. Example: my-new-bucket1
bucket
- the value to setpublic AccessTargetDetails build()
public AccessTargetDetails.Builder copy(AccessTargetDetails model)
Copyright © 2016–2024. All rights reserved.