Interface ResourceConfigForUpdate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ResourceConfigForUpdate.Builder,,ResourceConfigForUpdate> SdkBuilder<ResourceConfigForUpdate.Builder,,ResourceConfigForUpdate> SdkPojo
- Enclosing class:
 ResourceConfigForUpdate
public static interface ResourceConfigForUpdate.Builder
extends SdkPojo, CopyableBuilder<ResourceConfigForUpdate.Builder,ResourceConfigForUpdate> 
- 
Method Summary
Modifier and TypeMethodDescriptionkeepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds) TheKeepAlivePeriodInSecondsvalue specified in theResourceConfigto update.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, sdkFields 
- 
Method Details
- 
keepAlivePeriodInSeconds
The
KeepAlivePeriodInSecondsvalue specified in theResourceConfigto update.- Parameters:
 keepAlivePeriodInSeconds- TheKeepAlivePeriodInSecondsvalue specified in theResourceConfigto update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -