public static class FetchProtectedDatabaseConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FetchProtectedDatabaseConfigurationDetails |
build() |
FetchProtectedDatabaseConfigurationDetails.Builder |
configurationType(FetchProtectedDatabaseConfigurationDetails.ConfigurationType configurationType)
Currently has four config options ALL, TNSNAMES, HOSTS and CABUNDLE.
|
FetchProtectedDatabaseConfigurationDetails.Builder |
copy(FetchProtectedDatabaseConfigurationDetails model) |
public FetchProtectedDatabaseConfigurationDetails.Builder configurationType(FetchProtectedDatabaseConfigurationDetails.ConfigurationType configurationType)
Currently has four config options ALL, TNSNAMES, HOSTS and CABUNDLE. All will return a zipped folder containing the contents of both tnsnames and the certificateChainPem.
configurationType
- the value to setpublic FetchProtectedDatabaseConfigurationDetails build()
public FetchProtectedDatabaseConfigurationDetails.Builder copy(FetchProtectedDatabaseConfigurationDetails model)
Copyright © 2016–2024. All rights reserved.