OracleCloudStorageLocation Class

public final class OracleCloudStorageLocation
extends DatasetLocation

The location of Oracle Cloud Storage dataset.

Constructor Summary

Constructor Description
OracleCloudStorageLocation()

Creates an instance of OracleCloudStorageLocation class.

Method Summary

Modifier and Type Method and Description
Object bucketName()

Get the bucketName property: Specify the bucketName of Oracle Cloud Storage.

String type()

Get the type property: Type of dataset storage location.

void validate()

Validates the instance.

Object version()

Get the version property: Specify the version of Oracle Cloud Storage.

OracleCloudStorageLocation withBucketName(Object bucketName)

Set the bucketName property: Specify the bucketName of Oracle Cloud Storage.

OracleCloudStorageLocation withFileName(Object fileName)

Set the fileName property: Specify the file name of dataset.

OracleCloudStorageLocation withFolderPath(Object folderPath)

Set the folderPath property: Specify the folder path of dataset.

OracleCloudStorageLocation withVersion(Object version)

Set the version property: Specify the version of Oracle Cloud Storage.

Methods inherited from DatasetLocation

Methods inherited from java.lang.Object

Constructor Details

OracleCloudStorageLocation

public OracleCloudStorageLocation()

Creates an instance of OracleCloudStorageLocation class.

Method Details

bucketName

public Object bucketName()

Get the bucketName property: Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string).

Returns:

the bucketName value.

type

public String type()

Get the type property: Type of dataset storage location.

Overrides:

OracleCloudStorageLocation.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

OracleCloudStorageLocation.validate()

version

public Object version()

Get the version property: Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).

Returns:

the version value.

withBucketName

public OracleCloudStorageLocation withBucketName(Object bucketName)

Set the bucketName property: Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string).

Parameters:

bucketName - the bucketName value to set.

Returns:

the OracleCloudStorageLocation object itself.

withFileName

public OracleCloudStorageLocation withFileName(Object fileName)

Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).

Overrides:

OracleCloudStorageLocation.withFileName(Object fileName)

Parameters:

fileName

withFolderPath

public OracleCloudStorageLocation withFolderPath(Object folderPath)

Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).

Overrides:

OracleCloudStorageLocation.withFolderPath(Object folderPath)

Parameters:

folderPath

withVersion

public OracleCloudStorageLocation withVersion(Object version)

Set the version property: Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).

Parameters:

version - the version value to set.

Returns:

the OracleCloudStorageLocation object itself.

Applies to