Package | Description |
---|---|
software.amazon.awssdk.services.ssm.model |
Modifier and Type | Method and Description |
---|---|
static PatchSource.Builder |
PatchSource.builder() |
PatchSource.Builder |
PatchSource.Builder.configuration(String configuration)
The value of the yum repo configuration.
|
PatchSource.Builder |
PatchSource.Builder.name(String name)
The name specified to identify the patch source.
|
PatchSource.Builder |
PatchSource.Builder.products(Collection<String> products)
The specific operating system versions a patch repository applies to, such as "Ubuntu16.04",
"AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".
|
PatchSource.Builder |
PatchSource.Builder.products(String... products)
The specific operating system versions a patch repository applies to, such as "Ubuntu16.04",
"AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".
|
PatchSource.Builder |
PatchSource.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends PatchSource.Builder> |
PatchSource.serializableBuilderClass() |
Copyright © 2020. All rights reserved.