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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableOptimizerConfiguration.Builderenabled(Boolean enabled)Whether table optimization is enabled.TableOptimizerConfiguration.BuilderroleArn(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.-
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 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.
-
-