Interface ContinuousBackupsDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContinuousBackupsDescription.Builder,
,ContinuousBackupsDescription> SdkBuilder<ContinuousBackupsDescription.Builder,
,ContinuousBackupsDescription> SdkPojo
- Enclosing class:
ContinuousBackupsDescription
public static interface ContinuousBackupsDescription.Builder
extends SdkPojo, CopyableBuilder<ContinuousBackupsDescription.Builder,ContinuousBackupsDescription>
-
Method Summary
Modifier and TypeMethodDescriptioncontinuousBackupsStatus
(String continuousBackupsStatus) ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDcontinuousBackupsStatus
(ContinuousBackupsStatus continuousBackupsStatus) ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDpointInTimeRecoveryDescription
(Consumer<PointInTimeRecoveryDescription.Builder> pointInTimeRecoveryDescription) The description of the point in time recovery settings applied to the table.pointInTimeRecoveryDescription
(PointInTimeRecoveryDescription pointInTimeRecoveryDescription) The description of the point in time recovery settings applied to the table.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 Details
-
continuousBackupsStatus
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED- Parameters:
continuousBackupsStatus
-ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
continuousBackupsStatus
ContinuousBackupsDescription.Builder continuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus) ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED- Parameters:
continuousBackupsStatus
-ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pointInTimeRecoveryDescription
ContinuousBackupsDescription.Builder pointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription) The description of the point in time recovery settings applied to the table.
- Parameters:
pointInTimeRecoveryDescription
- The description of the point in time recovery settings applied to the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointInTimeRecoveryDescription
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 method that creates an instance of thePointInTimeRecoveryDescription.Builder
avoiding the need to create one manually viaPointInTimeRecoveryDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topointInTimeRecoveryDescription(PointInTimeRecoveryDescription)
.- Parameters:
pointInTimeRecoveryDescription
- a consumer that will call methods onPointInTimeRecoveryDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-