Interface TableOptimizerConfiguration.Builder

    • Method Detail

      • roleArn

        TableOptimizerConfiguration.Builder roleArn​(String roleArn)

        A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.

        Parameters:
        roleArn - A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabled

        TableOptimizerConfiguration.Builder enabled​(Boolean enabled)

        Whether table optimization is enabled.

        Parameters:
        enabled - Whether table optimization is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.