Class ExecuteSqlObjectStorageLocation.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.ExecuteSqlObjectStorageLocation.Builder
-
- Enclosing class:
- ExecuteSqlObjectStorageLocation
public static class ExecuteSqlObjectStorageLocation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecuteSqlObjectStorageLocation.BuilderbucketName(String bucketName)The name of the object storage bucketExecuteSqlObjectStorageLocationbuild()ExecuteSqlObjectStorageLocation.Buildercopy(ExecuteSqlObjectStorageLocation model)ExecuteSqlObjectStorageLocation.Buildernamespace(String namespace)The name of the object storage namespaceExecuteSqlObjectStorageLocation.BuilderobjectName(String objectName)The name of the object
-
-
-
Method Detail
-
namespace
public ExecuteSqlObjectStorageLocation.Builder namespace(String namespace)
The name of the object storage namespace- Parameters:
namespace- the value to set- Returns:
- this builder
-
bucketName
public ExecuteSqlObjectStorageLocation.Builder bucketName(String bucketName)
The name of the object storage bucket- Parameters:
bucketName- the value to set- Returns:
- this builder
-
objectName
public ExecuteSqlObjectStorageLocation.Builder objectName(String objectName)
The name of the object- Parameters:
objectName- the value to set- Returns:
- this builder
-
build
public ExecuteSqlObjectStorageLocation build()
-
copy
public ExecuteSqlObjectStorageLocation.Builder copy(ExecuteSqlObjectStorageLocation model)
-
-