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 Summary
Modifier and TypeMethodDescriptionWhether table optimization is enabled.A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
-