Package com.oracle.bmc.devops.model
Class ObjectStorageGenericArtifactLocationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.ObjectStorageGenericArtifactLocationDetails.Builder
-
- Enclosing class:
- ObjectStorageGenericArtifactLocationDetails
public static class ObjectStorageGenericArtifactLocationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageGenericArtifactLocationDetails.Builder
bucketName(String bucketName)
Specifies the Object Storage bucket.ObjectStorageGenericArtifactLocationDetails
build()
ObjectStorageGenericArtifactLocationDetails.Builder
copy(ObjectStorageGenericArtifactLocationDetails model)
ObjectStorageGenericArtifactLocationDetails.Builder
namespace(String namespace)
Unique namespace in the tenancy which contains the bucketObjectStorageGenericArtifactLocationDetails.Builder
objectName(String objectName)
Specifies the name of object inside the bucket.ObjectStorageGenericArtifactLocationDetails.Builder
region(String region)
Region identifier.
-
-
-
Method Detail
-
namespace
public ObjectStorageGenericArtifactLocationDetails.Builder namespace(String namespace)
Unique namespace in the tenancy which contains the bucket- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucketName
public ObjectStorageGenericArtifactLocationDetails.Builder bucketName(String bucketName)
Specifies the Object Storage bucket.- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
objectName
public ObjectStorageGenericArtifactLocationDetails.Builder objectName(String objectName)
Specifies the name of object inside the bucket.- Parameters:
objectName
- the value to set- Returns:
- this builder
-
region
public ObjectStorageGenericArtifactLocationDetails.Builder region(String region)
Region identifier.- Parameters:
region
- the value to set- Returns:
- this builder
-
build
public ObjectStorageGenericArtifactLocationDetails build()
-
copy
public ObjectStorageGenericArtifactLocationDetails.Builder copy(ObjectStorageGenericArtifactLocationDetails model)
-
-