Interface SoftwareUpdatePreferences.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SoftwareUpdatePreferences.Builder,
,SoftwareUpdatePreferences> SdkBuilder<SoftwareUpdatePreferences.Builder,
,SoftwareUpdatePreferences> SdkPojo
- Enclosing class:
SoftwareUpdatePreferences
-
Method Summary
Modifier and TypeMethodDescriptionautomaticUpdatePolicy
(String automaticUpdatePolicy) Indicates the automatic update policy for a gateway.automaticUpdatePolicy
(AutomaticUpdatePolicy automaticUpdatePolicy) Indicates the automatic update policy for a gateway.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, sdkFieldNameToField, sdkFields
-
Method Details
-
automaticUpdatePolicy
Indicates the automatic update policy for a gateway.
ALL_VERSIONS
- Enables regular gateway maintenance updates.EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates. The gateway will still receive emergency version updates on rare occasions if necessary to remedy highly critical security or durability issues. You will be notified before an emergency version update is applied. These updates are applied during your gateway's scheduled maintenance window.- Parameters:
automaticUpdatePolicy
- Indicates the automatic update policy for a gateway.ALL_VERSIONS
- Enables regular gateway maintenance updates.EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates. The gateway will still receive emergency version updates on rare occasions if necessary to remedy highly critical security or durability issues. You will be notified before an emergency version update is applied. These updates are applied during your gateway's scheduled maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
automaticUpdatePolicy
SoftwareUpdatePreferences.Builder automaticUpdatePolicy(AutomaticUpdatePolicy automaticUpdatePolicy) Indicates the automatic update policy for a gateway.
ALL_VERSIONS
- Enables regular gateway maintenance updates.EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates. The gateway will still receive emergency version updates on rare occasions if necessary to remedy highly critical security or durability issues. You will be notified before an emergency version update is applied. These updates are applied during your gateway's scheduled maintenance window.- Parameters:
automaticUpdatePolicy
- Indicates the automatic update policy for a gateway.ALL_VERSIONS
- Enables regular gateway maintenance updates.EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates. The gateway will still receive emergency version updates on rare occasions if necessary to remedy highly critical security or durability issues. You will be notified before an emergency version update is applied. These updates are applied during your gateway's scheduled maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-