Package com.oracle.bmc.datascience.model
Class ArtifactExportDetailsObjectStorage.Builder
- java.lang.Object
 - 
- com.oracle.bmc.datascience.model.ArtifactExportDetailsObjectStorage.Builder
 
 
- 
- Enclosing class:
 - ArtifactExportDetailsObjectStorage
 
public static class ArtifactExportDetailsObjectStorage.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactExportDetailsObjectStoragebuild()ArtifactExportDetailsObjectStorage.Buildercopy(ArtifactExportDetailsObjectStorage model)ArtifactExportDetailsObjectStorage.Buildernamespace(String namespace)The Object Storage namespace used for the request.ArtifactExportDetailsObjectStorage.BuildersourceBucket(String sourceBucket)The name of the bucket.ArtifactExportDetailsObjectStorage.BuildersourceObjectName(String sourceObjectName)The name of the object resulting from the copy operation.ArtifactExportDetailsObjectStorage.BuildersourceRegion(String sourceRegion)Region in which OSS bucket is present 
 - 
 
- 
- 
Method Detail
- 
namespace
public ArtifactExportDetailsObjectStorage.Builder namespace(String namespace)
The Object Storage namespace used for the request.- Parameters:
 namespace- the value to set- Returns:
 - this builder
 
 
- 
sourceBucket
public ArtifactExportDetailsObjectStorage.Builder sourceBucket(String sourceBucket)
The name of the bucket.Avoid entering confidential information.
- Parameters:
 sourceBucket- the value to set- Returns:
 - this builder
 
 
- 
sourceObjectName
public ArtifactExportDetailsObjectStorage.Builder sourceObjectName(String sourceObjectName)
The name of the object resulting from the copy operation.- Parameters:
 sourceObjectName- the value to set- Returns:
 - this builder
 
 
- 
sourceRegion
public ArtifactExportDetailsObjectStorage.Builder sourceRegion(String sourceRegion)
Region in which OSS bucket is present- Parameters:
 sourceRegion- the value to set- Returns:
 - this builder
 
 
- 
build
public ArtifactExportDetailsObjectStorage build()
 
- 
copy
public ArtifactExportDetailsObjectStorage.Builder copy(ArtifactExportDetailsObjectStorage model)
 
 - 
 
 -