| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed AWS service that makes it easier to automate the creation, management, and
deployment of customized, secure, and up-to-date “golden” server images that are pre-installed and pre-configured
with software and settings to meet specific IT standards.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.clone() |
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withClientToken(String clientToken)
The idempotency token of the distribution configuration.
|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withDescription(String description)
The description of the distribution configuration.
|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withDistributions(Distribution... distributions)
The distributions of the distribution configuration.
|
Copyright © 2020. All rights reserved.