Interface IbmDb2zOsDataProviderSettings.Builder

  • Method Details

    • serverName

      The name of the DB2 for z/OS server.

      Parameters:
      serverName - The name of the DB2 for z/OS server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The port value for the DB2 for z/OS data provider.

      Parameters:
      port - The port value for the DB2 for z/OS data provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      IbmDb2zOsDataProviderSettings.Builder databaseName(String databaseName)

      The database name on the DB2 for z/OS data provider.

      Parameters:
      databaseName - The database name on the DB2 for z/OS data provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sslMode

      The SSL mode used to connect to the DB2 for z/OS data provider. The default value is none. Valid Values: none and verify-ca.

      Parameters:
      sslMode - The SSL mode used to connect to the DB2 for z/OS data provider. The default value is none . Valid Values: none and verify-ca.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sslMode

      The SSL mode used to connect to the DB2 for z/OS data provider. The default value is none. Valid Values: none and verify-ca.

      Parameters:
      sslMode - The SSL mode used to connect to the DB2 for z/OS data provider. The default value is none . Valid Values: none and verify-ca.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • certificateArn

      IbmDb2zOsDataProviderSettings.Builder certificateArn(String certificateArn)

      The Amazon Resource Name (ARN) of the certificate used for SSL connection.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of the certificate used for SSL connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.