public static class NamespaceMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NamespaceMetadata |
build() |
NamespaceMetadata.Builder |
copy(NamespaceMetadata model) |
NamespaceMetadata.Builder |
defaultS3CompartmentId(String defaultS3CompartmentId)
If the field is set, specifies the default compartment assignment for the Amazon S3
Compatibility API.
|
NamespaceMetadata.Builder |
defaultSwiftCompartmentId(String defaultSwiftCompartmentId)
If the field is set, specifies the default compartment assignment for the Swift API.
|
NamespaceMetadata.Builder |
namespace(String namespace)
The Object Storage namespace to which the metadata belongs.
|
public NamespaceMetadata.Builder namespace(String namespace)
The Object Storage namespace to which the metadata belongs.
namespace
- the value to setpublic NamespaceMetadata.Builder defaultS3CompartmentId(String defaultS3CompartmentId)
If the field is set, specifies the default compartment assignment for the Amazon S3 Compatibility API.
defaultS3CompartmentId
- the value to setpublic NamespaceMetadata.Builder defaultSwiftCompartmentId(String defaultSwiftCompartmentId)
If the field is set, specifies the default compartment assignment for the Swift API.
defaultSwiftCompartmentId
- the value to setpublic NamespaceMetadata build()
public NamespaceMetadata.Builder copy(NamespaceMetadata model)
Copyright © 2016–2024. All rights reserved.