CopyableBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>
, SdkBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>
public static interface UpdateTimeToLiveRequest.Builder extends CopyableBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateTimeToLiveRequest.Builder |
tableName(String tableName) |
The name of the table to be configured.
|
UpdateTimeToLiveRequest.Builder |
timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification) |
Represents the settings used to enable or disable Time to Live for the specified table.
|
copy
apply, build
UpdateTimeToLiveRequest.Builder tableName(String tableName)
The name of the table to be configured.
tableName
- The name of the table to be configured.UpdateTimeToLiveRequest.Builder timeToLiveSpecification(TimeToLiveSpecification timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
timeToLiveSpecification
- Represents the settings used to enable or disable Time to Live for the specified table.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.