Class DatabaseRegistrationPatchDatabaseDetails
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseRegistrationPatchDatabaseDetails
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseRegistrationPatchDatabaseDetails extends com.ibm.cloud.sdk.core.service.model.GenericModel
New database details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatabaseRegistrationPatchDatabaseDetails.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authenticationValue()
Gets the authenticationValue.java.lang.String
brokerAuthenticationPassword()
Gets the brokerAuthenticationPassword.java.lang.String
brokerAuthenticationType()
Gets the brokerAuthenticationType.java.lang.String
brokerAuthenticationUser()
Gets the brokerAuthenticationUser.java.lang.String
controllerAuthenticationPassword()
Gets the controllerAuthenticationPassword.java.lang.String
controllerAuthenticationType()
Gets the controllerAuthenticationType.java.lang.String
controllerAuthenticationUser()
Gets the controllerAuthenticationUser.java.lang.String
credentialsKey()
Gets the credentialsKey.java.util.List<DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems>
databaseProperties()
Gets the databaseProperties.DatabaseRegistrationPatchDatabaseDetails.Builder
newBuilder()
New builder.java.lang.String
password()
Gets the password.java.lang.String
username()
Gets the username.
-
-
-
Method Detail
-
newBuilder
public DatabaseRegistrationPatchDatabaseDetails.Builder newBuilder()
New builder.- Returns:
- a DatabaseRegistrationPatchDatabaseDetails builder
-
authenticationValue
public java.lang.String authenticationValue()
Gets the authenticationValue. Authentication method.- Returns:
- the authenticationValue
-
brokerAuthenticationPassword
public java.lang.String brokerAuthenticationPassword()
Gets the brokerAuthenticationPassword. Broker authentication password.- Returns:
- the brokerAuthenticationPassword
-
brokerAuthenticationType
public java.lang.String brokerAuthenticationType()
Gets the brokerAuthenticationType. Broker authentication type.- Returns:
- the brokerAuthenticationType
-
brokerAuthenticationUser
public java.lang.String brokerAuthenticationUser()
Gets the brokerAuthenticationUser. Broker authentication user.- Returns:
- the brokerAuthenticationUser
-
controllerAuthenticationPassword
public java.lang.String controllerAuthenticationPassword()
Gets the controllerAuthenticationPassword. Controller authentication password.- Returns:
- the controllerAuthenticationPassword
-
controllerAuthenticationType
public java.lang.String controllerAuthenticationType()
Gets the controllerAuthenticationType. Controller authentication type.- Returns:
- the controllerAuthenticationType
-
controllerAuthenticationUser
public java.lang.String controllerAuthenticationUser()
Gets the controllerAuthenticationUser. Controller authentication user.- Returns:
- the controllerAuthenticationUser
-
credentialsKey
public java.lang.String credentialsKey()
Gets the credentialsKey. Base 64 encoded json file.- Returns:
- the credentialsKey
-
databaseProperties
public java.util.List<DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems> databaseProperties()
Gets the databaseProperties. This will hold all the properties for a custom database.- Returns:
- the databaseProperties
-
password
public java.lang.String password()
Gets the password. New password.- Returns:
- the password
-
username
public java.lang.String username()
Gets the username. New username.- Returns:
- the username
-
-