| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Distribution |
Distribution.clone() |
Distribution |
Distribution.withAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration)
The specific AMI settings; for example, launch permissions or AMI tags.
|
Distribution |
Distribution.withContainerDistributionConfiguration(ContainerDistributionConfiguration containerDistributionConfiguration)
Container distribution settings for encryption, licensing, and sharing in a specific Region.
|
Distribution |
Distribution.withFastLaunchConfigurations(Collection<FastLaunchConfiguration> fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
|
Distribution |
Distribution.withFastLaunchConfigurations(FastLaunchConfiguration... fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
|
Distribution |
Distribution.withLaunchTemplateConfigurations(Collection<LaunchTemplateConfiguration> launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
Distribution |
Distribution.withLaunchTemplateConfigurations(LaunchTemplateConfiguration... launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
Distribution |
Distribution.withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
|
Distribution |
Distribution.withLicenseConfigurationArns(String... licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
|
Distribution |
Distribution.withRegion(String region)
The target Region.
|
Distribution |
Distribution.withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
Configure export settings to deliver disk images created from your image build, using a file format that is
compatible with your VMs in that Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<Distribution> |
CreateDistributionConfigurationRequest.getDistributions()
The distributions of the distribution configuration.
|
List<Distribution> |
DistributionConfiguration.getDistributions()
The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
|
List<Distribution> |
UpdateDistributionConfigurationRequest.getDistributions()
The distributions of the distribution configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDistributionConfigurationRequest |
CreateDistributionConfigurationRequest.withDistributions(Distribution... distributions)
The distributions of the distribution configuration.
|
DistributionConfiguration |
DistributionConfiguration.withDistributions(Distribution... distributions)
The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withDistributions(Distribution... distributions)
The distributions of the distribution configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDistributionConfigurationRequest.setDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
void |
DistributionConfiguration.setDistributions(Collection<Distribution> distributions)
The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
|
void |
UpdateDistributionConfigurationRequest.setDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
CreateDistributionConfigurationRequest |
CreateDistributionConfigurationRequest.withDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
DistributionConfiguration |
DistributionConfiguration.withDistributions(Collection<Distribution> distributions)
The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
Copyright © 2023. All rights reserved.