Interface SoftwareUpdateOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SoftwareUpdateOptions.Builder,SoftwareUpdateOptions>
,SdkBuilder<SoftwareUpdateOptions.Builder,SoftwareUpdateOptions>
,SdkPojo
- Enclosing class:
- SoftwareUpdateOptions
public static interface SoftwareUpdateOptions.Builder extends SdkPojo, CopyableBuilder<SoftwareUpdateOptions.Builder,SoftwareUpdateOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoftwareUpdateOptions.Builder
autoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)
Whether automatic service software updates are enabled for the domain.-
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
-
autoSoftwareUpdateEnabled
SoftwareUpdateOptions.Builder autoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)
Whether automatic service software updates are enabled for the domain.
- Parameters:
autoSoftwareUpdateEnabled
- Whether automatic service software updates are enabled for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-