Interface InforNexusConnectorProfileCredentials.Builder

  • Method Details

    • accessKeyId

      The Access Key portion of the credentials.

      Parameters:
      accessKeyId - The Access Key portion of the credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The identifier for the user.

      Parameters:
      userId - The identifier for the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretAccessKey

      InforNexusConnectorProfileCredentials.Builder secretAccessKey(String secretAccessKey)

      The secret key used to sign requests.

      Parameters:
      secretAccessKey - The secret key used to sign requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datakey

      The encryption keys used to encrypt data.

      Parameters:
      datakey - The encryption keys used to encrypt data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.