public static final class DescribeApplicationConfigResponseBody.OssMountDescs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeApplicationConfigResponseBody.OssMountDescs.Builder |
bucketName(String bucketName)
The name of the OSS bucket.
|
DescribeApplicationConfigResponseBody.OssMountDescs.Builder |
bucketPath(String bucketPath)
The directory or object in OSS.
|
DescribeApplicationConfigResponseBody.OssMountDescs |
build() |
DescribeApplicationConfigResponseBody.OssMountDescs.Builder |
mountPath(String mountPath)
The path of the container in SAE.
|
DescribeApplicationConfigResponseBody.OssMountDescs.Builder |
readOnly(Boolean readOnly)
Indicates whether the application can use the container path to read data from or write data to resources in the directory of the OSS bucket.
|
public DescribeApplicationConfigResponseBody.OssMountDescs.Builder bucketName(String bucketName)
The name of the OSS bucket.
example:oss-bucket
public DescribeApplicationConfigResponseBody.OssMountDescs.Builder bucketPath(String bucketPath)
The directory or object in OSS. If the specified directory or object does not exist, an error is returned.
example:data/user.data
public DescribeApplicationConfigResponseBody.OssMountDescs.Builder mountPath(String mountPath)
The path of the container in SAE. The parameter value that you specified overwrites the original value. If the specified path does not exist, SAE automatically creates the path.
example:/usr/data/user.data
public DescribeApplicationConfigResponseBody.OssMountDescs.Builder readOnly(Boolean readOnly)
Indicates whether the application can use the container path to read data from or write data to resources in the directory of the OSS bucket. Valid values:
true
public DescribeApplicationConfigResponseBody.OssMountDescs build()
Copyright © 2026. All rights reserved.