Interface StarburstParameters.Builder

  • Method Details

    • host

      The host name of the Starburst data source.

      Parameters:
      host - The host name of the Starburst data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The port for the Starburst data source.

      Parameters:
      port - The port for the Starburst data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalog

      The catalog name for the Starburst data source.

      Parameters:
      catalog - The catalog name for the Starburst data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productType

      StarburstParameters.Builder productType(String productType)

      The product type for the Starburst data source.

      Parameters:
      productType - The product type for the Starburst data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • productType

      The product type for the Starburst data source.

      Parameters:
      productType - The product type for the Starburst data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • databaseAccessControlRole

      StarburstParameters.Builder databaseAccessControlRole(String databaseAccessControlRole)

      The database access control role.

      Parameters:
      databaseAccessControlRole - The database access control role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authenticationType

      StarburstParameters.Builder authenticationType(String authenticationType)

      The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.

      Parameters:
      authenticationType - The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authenticationType

      StarburstParameters.Builder authenticationType(AuthenticationType authenticationType)

      The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.

      Parameters:
      authenticationType - The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • oAuthParameters

      StarburstParameters.Builder oAuthParameters(OAuthParameters oAuthParameters)

      An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.

      Parameters:
      oAuthParameters - An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • oAuthParameters

      default StarburstParameters.Builder oAuthParameters(Consumer<OAuthParameters.Builder> oAuthParameters)

      An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.

      This is a convenience method that creates an instance of the OAuthParameters.Builder avoiding the need to create one manually via OAuthParameters.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to oAuthParameters(OAuthParameters).

      Parameters:
      oAuthParameters - a consumer that will call methods on OAuthParameters.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: