@Service(name="set-dynamodb-config-source-configuration") @PerLookup @CommandLock(value=NONE) @ExecuteOn(value={DAS,INSTANCE}) @TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class SetDynamoDBConfigSourceConfigurationCommand extends BaseSetConfigSourceConfigurationCommand<DynamoDBConfigSourceConfiguration>
Modifier and Type | Field and Description |
---|---|
protected String |
keyColumnName |
protected @Min(value=1L,message="Limit value must be 1 or more") String |
limit |
protected String |
regionName |
protected String |
tableName |
protected String |
valueColumnName |
dynamic, enabled, logger, server, target, targetUtil
Constructor and Description |
---|
SetDynamoDBConfigSourceConfigurationCommand() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyValues(ActionReport report,
DynamoDBConfigSourceConfiguration configuration)
Configure the configuration ConfigBeanProxy from the @Param injected class
fields.
|
configureDynamically, execute
protected String regionName
protected String tableName
protected String keyColumnName
protected String valueColumnName
@Min(value=1L, message="Limit value must be 1 or more") protected @Min(value=1L,message="Limit value must be 1 or more") String limit
public SetDynamoDBConfigSourceConfigurationCommand()
protected void applyValues(ActionReport report, DynamoDBConfigSourceConfiguration configuration) throws PropertyVetoException
BaseSetConfigSourceConfigurationCommand
applyValues
in class BaseSetConfigSourceConfigurationCommand<DynamoDBConfigSourceConfiguration>
configuration
- the ConfigBeanProxy to configurePropertyVetoException
- an exception thrown if the property doesn't
pass the configured validation.Copyright © 2021. All rights reserved.