| DseClusterBuilderWithRetryPolicy Method  | 
            Configure the retry policy to use for the new cluster.
            
            If no retry policy is set through this method, IdempotenceAwareRetryPolicy will be
            used instead.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic DseClusterBuilder WithRetryPolicy(
	IRetryPolicy policy
)
Parameters
- policy
 - Type: DseIRetryPolicy
 the retry policy to use  
Return Value
Type: 
DseClusterBuilderthis Builder
See Also