public static interface ContinuousBackupsDescription.Builder extends CopyableBuilder<ContinuousBackupsDescription.Builder,ContinuousBackupsDescription>
| Modifier and Type | Method and Description | 
|---|---|
| ContinuousBackupsDescription.Builder | continuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)ContinuousBackupsStatuscan be one of the following states : ENABLED, DISABLED | 
| ContinuousBackupsDescription.Builder | continuousBackupsStatus(String continuousBackupsStatus)ContinuousBackupsStatuscan be one of the following states : ENABLED, DISABLED | 
| default ContinuousBackupsDescription.Builder | pointInTimeRecoveryDescription(Consumer<PointInTimeRecoveryDescription.Builder> pointInTimeRecoveryDescription)
 The description of the point in time recovery settings applied to the table. | 
| ContinuousBackupsDescription.Builder | pointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
 The description of the point in time recovery settings applied to the table. | 
copyapplyMutation, buildContinuousBackupsDescription.Builder continuousBackupsStatus(String continuousBackupsStatus)
 ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
 
continuousBackupsStatus - ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLEDContinuousBackupsStatus, 
ContinuousBackupsStatusContinuousBackupsDescription.Builder continuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)
 ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLED
 
continuousBackupsStatus - ContinuousBackupsStatus can be one of the following states : ENABLED, DISABLEDContinuousBackupsStatus, 
ContinuousBackupsStatusContinuousBackupsDescription.Builder pointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the table.
pointInTimeRecoveryDescription - The description of the point in time recovery settings applied to the table.default ContinuousBackupsDescription.Builder pointInTimeRecoveryDescription(Consumer<PointInTimeRecoveryDescription.Builder> pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the table.
This is a convenience that creates an instance of thePointInTimeRecoveryDescription.Builder avoiding
 the need to create one manually via PointInTimeRecoveryDescription.builder().
 When the Consumer completes, SdkBuilder.build() is called
 immediately and its result is passed to
 pointInTimeRecoveryDescription(PointInTimeRecoveryDescription).pointInTimeRecoveryDescription - a consumer that will call methods on PointInTimeRecoveryDescription.BuilderpointInTimeRecoveryDescription(PointInTimeRecoveryDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.