public static interface PatchSource.Builder extends SdkPojo, CopyableBuilder<PatchSource.Builder,PatchSource>
Modifier and Type | Method and Description |
---|---|
PatchSource.Builder |
configuration(String configuration)
The value of the yum repo configuration.
|
PatchSource.Builder |
name(String name)
The name specified to identify the patch source.
|
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 |
products(String... products)
The specific operating system versions a patch repository applies to, such as "Ubuntu16.04",
"AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".
|
copy
applyMutation, build
PatchSource.Builder name(String name)
The name specified to identify the patch source.
name
- The name specified to identify the patch source.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". For lists of supported product values, see PatchFilter.
products
- The specific operating system versions a patch repository applies to, such as "Ubuntu16.04",
"AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values,
see PatchFilter.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". For lists of supported product values, see PatchFilter.
products
- The specific operating system versions a patch repository applies to, such as "Ubuntu16.04",
"AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values,
see PatchFilter.PatchSource.Builder configuration(String configuration)
The value of the yum repo configuration. For example:
cachedir=/var/cache/yum/$basesearch
$releasever
keepcache=0
debuglevel=2
configuration
- The value of the yum repo configuration. For example:
cachedir=/var/cache/yum/$basesearch
$releasever
keepcache=0
debuglevel=2
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.