public static final class DescribeJobResponseBody.OssMountDescs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeJobResponseBody.OssMountDescs.Builder |
bucketName(String bucketName)
The name of the bucket.
|
DescribeJobResponseBody.OssMountDescs.Builder |
bucketPath(String bucketPath)
The directory or object in OSS.
|
DescribeJobResponseBody.OssMountDescs |
build() |
DescribeJobResponseBody.OssMountDescs.Builder |
mountPath(String mountPath)
The path of the container in SAE.
|
DescribeJobResponseBody.OssMountDescs.Builder |
readOnly(Boolean readOnly)
Indicates whether the job template can use the container directory to read data from or write data to resources in the directory of the OSS bucket.
|
public DescribeJobResponseBody.OssMountDescs.Builder bucketName(String bucketName)
The name of the bucket.
example:oss-bucket
public DescribeJobResponseBody.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 DescribeJobResponseBody.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 DescribeJobResponseBody.OssMountDescs.Builder readOnly(Boolean readOnly)
Indicates whether the job template can use the container directory to read data from or write data to resources in the directory of the OSS bucket. Valid values:
true
public DescribeJobResponseBody.OssMountDescs build()
Copyright © 2026. All rights reserved.