Interface RestoreFromDbBackupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RestoreFromDbBackupResponse.Builder,,RestoreFromDbBackupResponse> SdkBuilder<RestoreFromDbBackupResponse.Builder,,RestoreFromDbBackupResponse> SdkPojo,SdkResponse.Builder,TimestreamInfluxDbResponse.Builder
- Enclosing class:
RestoreFromDbBackupResponse
@Mutable
@NotThreadSafe
public static interface RestoreFromDbBackupResponse.Builder
extends TimestreamInfluxDbResponse.Builder, SdkPojo, CopyableBuilder<RestoreFromDbBackupResponse.Builder,RestoreFromDbBackupResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentType(String deploymentType) The deployment type of the restored resource.deploymentType(ResourceDeploymentType deploymentType) The deployment type of the restored resource.engineType(String engineType) The engine type of the restored resource.engineType(EngineType engineType) The engine type of the restored resource.resourceType(String resourceType) The type of the restored resource.resourceType(ResourceType resourceType) The type of the restored resource.restoredDbResourceId(String restoredDbResourceId) The identifier of the restored DB resource.restoreStatus(String restoreStatus) The status of the restore operation.restoreStatus(RestoreStatus restoreStatus) The status of the restore operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
restoredDbResourceId
The identifier of the restored DB resource.
- Parameters:
restoredDbResourceId- The identifier of the restored DB resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreStatus
The status of the restore operation.
- Parameters:
restoreStatus- The status of the restore operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
restoreStatus
The status of the restore operation.
- Parameters:
restoreStatus- The status of the restore operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of the restored resource. Valid values are DB_INSTANCE and DB_CLUSTER.
- Parameters:
resourceType- The type of the restored resource. Valid values are DB_INSTANCE and DB_CLUSTER.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of the restored resource. Valid values are DB_INSTANCE and DB_CLUSTER.
- Parameters:
resourceType- The type of the restored resource. Valid values are DB_INSTANCE and DB_CLUSTER.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
engineType
The engine type of the restored resource.
- Parameters:
engineType- The engine type of the restored resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
engineType
The engine type of the restored resource.
- Parameters:
engineType- The engine type of the restored resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentType
The deployment type of the restored resource.
- Parameters:
deploymentType- The deployment type of the restored resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentType
The deployment type of the restored resource.
- Parameters:
deploymentType- The deployment type of the restored resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-