public static class LogLocationBucketDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogLocationBucketDetails.Builder |
bucketName(String bucketName)
Name of the bucket containing the log file.
|
LogLocationBucketDetails |
build() |
LogLocationBucketDetails.Builder |
copy(LogLocationBucketDetails model) |
LogLocationBucketDetails.Builder |
namespace(String namespace)
Object Storage namespace.
|
LogLocationBucketDetails.Builder |
objectName(String objectName)
Log object name.
|
public LogLocationBucketDetails.Builder bucketName(String bucketName)
Name of the bucket containing the log file.
bucketName
- the value to setpublic LogLocationBucketDetails.Builder namespace(String namespace)
Object Storage namespace.
namespace
- the value to setpublic LogLocationBucketDetails.Builder objectName(String objectName)
Log object name.
objectName
- the value to setpublic LogLocationBucketDetails build()
public LogLocationBucketDetails.Builder copy(LogLocationBucketDetails model)
Copyright © 2016–2024. All rights reserved.