| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystem.Builder |
OperatingSystem.builder() |
OperatingSystem.Builder |
OperatingSystem.Builder.configurationManagers(Collection<OperatingSystemConfigurationManager> configurationManagers)
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
OperatingSystem.Builder |
OperatingSystem.Builder.configurationManagers(Consumer<OperatingSystemConfigurationManager.Builder>... configurationManagers)
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
OperatingSystem.Builder |
OperatingSystem.Builder.configurationManagers(OperatingSystemConfigurationManager... configurationManagers)
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
OperatingSystem.Builder |
OperatingSystem.Builder.id(String id)
The ID of a supported operating system, such as
Amazon Linux 2018.03. |
OperatingSystem.Builder |
OperatingSystem.Builder.name(String name)
The name of the operating system, such as
Amazon Linux 2018.03. |
OperatingSystem.Builder |
OperatingSystem.Builder.reportedName(String reportedName)
A short name for the operating system manufacturer.
|
OperatingSystem.Builder |
OperatingSystem.Builder.reportedVersion(String reportedVersion)
The version of the operating system, including the release and edition, if applicable.
|
OperatingSystem.Builder |
OperatingSystem.Builder.supported(Boolean supported)
Indicates that an operating system is not supported for new instances.
|
OperatingSystem.Builder |
OperatingSystem.toBuilder() |
OperatingSystem.Builder |
OperatingSystem.Builder.type(String type)
The type of a supported operating system, either
Linux or Windows. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OperatingSystem.Builder> |
OperatingSystem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.