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.GenericModelNew database details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatabaseRegistrationPatchDatabaseDetails.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthenticationValue()Gets the authenticationValue.java.lang.StringbrokerAuthenticationPassword()Gets the brokerAuthenticationPassword.java.lang.StringbrokerAuthenticationType()Gets the brokerAuthenticationType.java.lang.StringbrokerAuthenticationUser()Gets the brokerAuthenticationUser.java.lang.StringcontrollerAuthenticationPassword()Gets the controllerAuthenticationPassword.java.lang.StringcontrollerAuthenticationType()Gets the controllerAuthenticationType.java.lang.StringcontrollerAuthenticationUser()Gets the controllerAuthenticationUser.java.lang.StringcredentialsKey()Gets the credentialsKey.java.util.List<DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems>databaseProperties()Gets the databaseProperties.DatabaseRegistrationPatchDatabaseDetails.BuildernewBuilder()New builder.java.lang.Stringpassword()Gets the password.java.lang.Stringusername()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
-
-