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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceConfigForUpdate.Builder
keepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds)
TheKeepAlivePeriodInSeconds
value specified in theResourceConfig
to update.-
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 Detail
-
keepAlivePeriodInSeconds
ResourceConfigForUpdate.Builder keepAlivePeriodInSeconds(Integer keepAlivePeriodInSeconds)
The
KeepAlivePeriodInSeconds
value specified in theResourceConfig
to update.- Parameters:
keepAlivePeriodInSeconds
- TheKeepAlivePeriodInSeconds
value specified in theResourceConfig
to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-