| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
AmiDistributionConfiguration |
AmiDistributionConfiguration.addAmiTagsEntry(String key,
String value)
Add a single AmiTags entry
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.clearAmiTagsEntries()
Removes all the entries added into AmiTags.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.clone() |
AmiDistributionConfiguration |
Distribution.getAmiDistributionConfiguration()
The specific AMI settings; for example, launch permissions or AMI tags.
|
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.withKmsKeyId(String kmsKeyId)
The KMS key identifier used to encrypt the distributed image.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.withLaunchPermission(LaunchPermissionConfiguration launchPermission)
Launch permissions can be used to configure which Amazon Web Services accounts can use the AMI to launch
instances.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.withName(String name)
The name of the output AMI.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.withTargetAccountIds(Collection<String> targetAccountIds)
The ID of an account to which you want to distribute an image.
|
AmiDistributionConfiguration |
AmiDistributionConfiguration.withTargetAccountIds(String... targetAccountIds)
The ID of an account to which you want to distribute an image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.setAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration)
The specific AMI settings; for example, launch permissions or AMI tags.
|
Distribution |
Distribution.withAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration)
The specific AMI settings; for example, launch permissions or AMI tags.
|
Copyright © 2021. All rights reserved.