| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
AmiDistributionConfiguration |
AmiDistributionConfiguration.addAmiTagsEntry(String key,
String value) |
AmiDistributionConfiguration |
AmiDistributionConfiguration.clearAmiTagsEntries()
Removes all the entries added into AmiTags.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.clone() |
AmiDistributionConfiguration |
Distribution.getAmiDistributionConfiguration() |
AmiDistributionConfiguration |
AmiDistributionConfiguration.withAmiTags(Map<String,String> amiTags)
The tags to apply to AMIs distributed to this region.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.withDescription(String description)
The description of the distribution configuration.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.withLaunchPermission(LaunchPermissionConfiguration launchPermission)
Launch permissions can be used to configure which AWS accounts can use the AMI to launch instances.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.withName(String name)
The name of the distribution configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.setAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration) |
Distribution |
Distribution.withAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration) |
Copyright © 2020. All rights reserved.