public static class TestBdsObjectStorageConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TestBdsObjectStorageConnectionDetails |
build() |
TestBdsObjectStorageConnectionDetails.Builder |
copy(TestBdsObjectStorageConnectionDetails model) |
TestBdsObjectStorageConnectionDetails.Builder |
objectStorageRegion(String objectStorageRegion)
The name of the region to establish the Object Storage endpoint.
|
TestBdsObjectStorageConnectionDetails.Builder |
objectStorageUri(String objectStorageUri)
An Oracle Cloud Infrastructure URI to which this connection must be attempted.
|
TestBdsObjectStorageConnectionDetails.Builder |
passphrase(String passphrase)
Base64 passphrase used to secure the private key which will be created on user behalf.
|
public TestBdsObjectStorageConnectionDetails.Builder objectStorageUri(String objectStorageUri)
An Oracle Cloud Infrastructure URI to which this connection must be attempted. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
objectStorageUri
- the value to setpublic TestBdsObjectStorageConnectionDetails.Builder passphrase(String passphrase)
Base64 passphrase used to secure the private key which will be created on user behalf.
passphrase
- the value to setpublic TestBdsObjectStorageConnectionDetails.Builder objectStorageRegion(String objectStorageRegion)
The name of the region to establish the Object Storage endpoint. Example us-phoenix-1 .
objectStorageRegion
- the value to setpublic TestBdsObjectStorageConnectionDetails build()
public TestBdsObjectStorageConnectionDetails.Builder copy(TestBdsObjectStorageConnectionDetails model)
Copyright © 2016–2024. All rights reserved.