Class PrefixFqdns.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.model.PrefixFqdns.Builder
-
- Enclosing class:
- PrefixFqdns
public static class PrefixFqdns.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrefixFqdns
build()
PrefixFqdns.Builder
copy(PrefixFqdns model)
PrefixFqdns.Builder
objectStorageApiFqdn(String objectStorageApiFqdn)
ObjectStorage API FQDNPrefixFqdns.Builder
s3CompatibilityApiFqdn(String s3CompatibilityApiFqdn)
S3 Compatibility API FQDNPrefixFqdns.Builder
swiftApiFqdn(String swiftApiFqdn)
Swift API FQDN
-
-
-
Method Detail
-
objectStorageApiFqdn
public PrefixFqdns.Builder objectStorageApiFqdn(String objectStorageApiFqdn)
ObjectStorage API FQDN- Parameters:
objectStorageApiFqdn
- the value to set- Returns:
- this builder
-
s3CompatibilityApiFqdn
public PrefixFqdns.Builder s3CompatibilityApiFqdn(String s3CompatibilityApiFqdn)
S3 Compatibility API FQDN- Parameters:
s3CompatibilityApiFqdn
- the value to set- Returns:
- this builder
-
swiftApiFqdn
public PrefixFqdns.Builder swiftApiFqdn(String swiftApiFqdn)
Swift API FQDN- Parameters:
swiftApiFqdn
- the value to set- Returns:
- this builder
-
build
public PrefixFqdns build()
-
copy
public PrefixFqdns.Builder copy(PrefixFqdns model)
-
-