Interface TableOptimizerConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TableOptimizerConfiguration.Builder,TableOptimizerConfiguration>, SdkBuilder<TableOptimizerConfiguration.Builder,TableOptimizerConfiguration>, SdkPojo
Enclosing class:
TableOptimizerConfiguration

public static interface TableOptimizerConfiguration.Builder extends SdkPojo, CopyableBuilder<TableOptimizerConfiguration.Builder,TableOptimizerConfiguration>
  • Method Details

    • 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

      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.