Class CatalogParSourceConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.CatalogParSourceConfig.Builder
-
- Enclosing class:
- CatalogParSourceConfig
public static class CatalogParSourceConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogParSourceConfig.Builder
accessUri(String accessUri)
access uriCatalogParSourceConfig.Builder
bucketName(String bucketName)
bucket nameCatalogParSourceConfig
build()
CatalogParSourceConfig.Builder
copy(CatalogParSourceConfig model)
CatalogParSourceConfig.Builder
namespaceName(String namespaceName)
nameSpaceCatalogParSourceConfig.Builder
objectName(String objectName)
object nameCatalogParSourceConfig.Builder
timeExpires(Date timeExpires)
The date and time expires, in the format defined by RFC 3339.CatalogParSourceConfig.Builder
workingDirectory(String workingDirectory)
-
-
-
Method Detail
-
workingDirectory
public CatalogParSourceConfig.Builder workingDirectory(String workingDirectory)
-
namespaceName
public CatalogParSourceConfig.Builder namespaceName(String namespaceName)
nameSpace- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
bucketName
public CatalogParSourceConfig.Builder bucketName(String bucketName)
bucket name- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
objectName
public CatalogParSourceConfig.Builder objectName(String objectName)
object name- Parameters:
objectName
- the value to set- Returns:
- this builder
-
accessUri
public CatalogParSourceConfig.Builder accessUri(String accessUri)
access uri- Parameters:
accessUri
- the value to set- Returns:
- this builder
-
timeExpires
public CatalogParSourceConfig.Builder timeExpires(Date timeExpires)
The date and time expires, in the format defined by RFC 3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeExpires
- the value to set- Returns:
- this builder
-
build
public CatalogParSourceConfig build()
-
copy
public CatalogParSourceConfig.Builder copy(CatalogParSourceConfig model)
-
-