Interface OperatingSystemConfigurationManager.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OperatingSystemConfigurationManager.Builder,
,OperatingSystemConfigurationManager> SdkBuilder<OperatingSystemConfigurationManager.Builder,
,OperatingSystemConfigurationManager> SdkPojo
- Enclosing class:
OperatingSystemConfigurationManager
public static interface OperatingSystemConfigurationManager.Builder
extends SdkPojo, CopyableBuilder<OperatingSystemConfigurationManager.Builder,OperatingSystemConfigurationManager>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the configuration manager, which is Chef.The versions of the configuration manager that are supported by an operating system.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 Details
-
name
The name of the configuration manager, which is Chef.
- Parameters:
name
- The name of the configuration manager, which is Chef.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The versions of the configuration manager that are supported by an operating system.
- Parameters:
version
- The versions of the configuration manager that are supported by an operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-