Interface SoftwareUpdatePreferences.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SoftwareUpdatePreferences.Builder,SoftwareUpdatePreferences>,SdkBuilder<SoftwareUpdatePreferences.Builder,SoftwareUpdatePreferences>,SdkPojo
- Enclosing class:
- SoftwareUpdatePreferences
public static interface SoftwareUpdatePreferences.Builder extends SdkPojo, CopyableBuilder<SoftwareUpdatePreferences.Builder,SoftwareUpdatePreferences>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoftwareUpdatePreferences.BuilderautomaticUpdatePolicy(String automaticUpdatePolicy)Indicates the automatic update policy for a gateway.SoftwareUpdatePreferences.BuilderautomaticUpdatePolicy(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, sdkFields
-
-
-
-
Method Detail
-
automaticUpdatePolicy
SoftwareUpdatePreferences.Builder automaticUpdatePolicy(String automaticUpdatePolicy)
Indicates the automatic update policy for a gateway.
ALL_VERSIONS- Enables regular gateway maintenance updates.EMERGENCY_VERSIONS_ONLY- Disables regular gateway maintenance updates.- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomaticUpdatePolicy,AutomaticUpdatePolicy
-
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.- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomaticUpdatePolicy,AutomaticUpdatePolicy
-
-