Interface UpdateContinuousBackupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateContinuousBackupsResponse.Builder,UpdateContinuousBackupsResponse>
,DynamoDbResponse.Builder
,SdkBuilder<UpdateContinuousBackupsResponse.Builder,UpdateContinuousBackupsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- UpdateContinuousBackupsResponse
public static interface UpdateContinuousBackupsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateContinuousBackupsResponse.Builder,UpdateContinuousBackupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateContinuousBackupsResponse.Builder
continuousBackupsDescription(Consumer<ContinuousBackupsDescription.Builder> continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.UpdateContinuousBackupsResponse.Builder
continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
continuousBackupsDescription
UpdateContinuousBackupsResponse.Builder continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
- Parameters:
continuousBackupsDescription
- Represents the continuous backups and point in time recovery settings on the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuousBackupsDescription
default UpdateContinuousBackupsResponse.Builder continuousBackupsDescription(Consumer<ContinuousBackupsDescription.Builder> continuousBackupsDescription)
Represents the continuous backups and point in time recovery settings on the table.
This is a convenience method that creates an instance of theContinuousBackupsDescription.Builder
avoiding the need to create one manually viaContinuousBackupsDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontinuousBackupsDescription(ContinuousBackupsDescription)
.- Parameters:
continuousBackupsDescription
- a consumer that will call methods onContinuousBackupsDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
continuousBackupsDescription(ContinuousBackupsDescription)
-
-