public static interface OperatingSystemConfigurationManager.Builder extends SdkPojo, CopyableBuilder<OperatingSystemConfigurationManager.Builder,OperatingSystemConfigurationManager>
Modifier and Type | Method and Description |
---|---|
OperatingSystemConfigurationManager.Builder |
name(String name)
The name of the configuration manager, which is Chef.
|
OperatingSystemConfigurationManager.Builder |
version(String version)
The versions of the configuration manager that are supported by an operating system.
|
copy
applyMutation, build
OperatingSystemConfigurationManager.Builder name(String name)
The name of the configuration manager, which is Chef.
name
- The name of the configuration manager, which is Chef.OperatingSystemConfigurationManager.Builder version(String version)
The versions of the configuration manager that are supported by an operating system.
version
- The versions of the configuration manager that are supported by an operating system.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.