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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperatingSystemConfigurationManager.Buildername(String name)The name of the configuration manager, which is Chef.OperatingSystemConfigurationManager.Builderversion(String version)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 Detail
-
name
OperatingSystemConfigurationManager.Builder name(String 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
OperatingSystemConfigurationManager.Builder version(String 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.
-
-