| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services 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 |
|---|---|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.addResourceTagsEntry(String key,
String value)
Add a single ResourceTags entry
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.clearResourceTagsEntries()
Removes all the entries added into ResourceTags.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.clone() |
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withDescription(String description)
The description of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withInstanceProfileName(String instanceProfileName)
The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withInstanceTypes(Collection<String> instanceTypes)
The instance types of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withInstanceTypes(String... instanceTypes)
The instance types of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withKeyPair(String keyPair)
The key pair of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withLogging(Logging logging)
The logging configuration of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withResourceTags(Map<String,String> resourceTags)
The tags attached to the resource created by Image Builder.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withSecurityGroupIds(String... securityGroupIds)
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withSnsTopicArn(String snsTopicArn)
The SNS topic on which to send image build events.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withSubnetId(String subnetId)
The subnet ID to place the instance used to customize your Amazon EC2 AMI in.
|
UpdateInfrastructureConfigurationRequest |
UpdateInfrastructureConfigurationRequest.withTerminateInstanceOnFailure(Boolean terminateInstanceOnFailure)
The terminate instance on failure setting of the infrastructure configuration.
|
Copyright © 2021. All rights reserved.