Add javadoc comment to new member variable
This commit is contained in:
parent
8ee80f9ea4
commit
cca20eb2a2
1 changed files with 5 additions and 0 deletions
|
|
@ -194,6 +194,11 @@ public class LeaseManagementConfig {
|
|||
|
||||
private BillingMode billingMode = BillingMode.PAY_PER_REQUEST;
|
||||
|
||||
/**
|
||||
* The list of tags to be applied to the DynamoDB table created for lease management.
|
||||
*
|
||||
* <p>Default value: {@link DefaultSdkAutoConstructList}
|
||||
*/
|
||||
private Collection<Tag> tags = DefaultSdkAutoConstructList.getInstance();
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue