Interface UpdateProactiveJoin.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateProactiveJoin.Builder,UpdateProactiveJoin>,SdkBuilder<UpdateProactiveJoin.Builder,UpdateProactiveJoin>,SdkPojo
- Enclosing class:
- UpdateProactiveJoin
public static interface UpdateProactiveJoin.Builder extends SdkPojo, CopyableBuilder<UpdateProactiveJoin.Builder,UpdateProactiveJoin>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProactiveJoin.BuilderenabledByMotion(Boolean enabledByMotion)Sets the value of the EnabledByMotion property for this object.-
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
-
enabledByMotion
UpdateProactiveJoin.Builder enabledByMotion(Boolean enabledByMotion)
Sets the value of the EnabledByMotion property for this object.- Parameters:
enabledByMotion- The new value for the EnabledByMotion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-