| 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 |
|---|---|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.addResourceTagsEntry(String key,
String value)
Add a single ResourceTags entry
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.clearResourceTagsEntries()
Removes all the entries added into ResourceTags.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.clone() |
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withDescription(String description)
The description of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withInstanceProfileName(String instanceProfileName)
The instance profile to associate with the instance used to customize your EC2 AMI.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withInstanceTypes(Collection<String> instanceTypes)
The instance types of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withInstanceTypes(String... instanceTypes)
The instance types of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withKeyPair(String keyPair)
The key pair of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withLogging(Logging logging)
The logging configuration of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withName(String name)
The name of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withResourceTags(Map<String,String> resourceTags)
The tags attached to the resource created by Image Builder.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs to associate with the instance used to customize your EC2 AMI.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withSecurityGroupIds(String... securityGroupIds)
The security group IDs to associate with the instance used to customize your EC2 AMI.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withSnsTopicArn(String snsTopicArn)
The SNS topic on which to send image build events.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withSubnetId(String subnetId)
The subnet ID in which to place the instance used to customize your EC2 AMI.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withTags(Map<String,String> tags)
The tags of the infrastructure configuration.
|
CreateInfrastructureConfigurationRequest |
CreateInfrastructureConfigurationRequest.withTerminateInstanceOnFailure(Boolean terminateInstanceOnFailure)
The terminate instance on failure setting of the infrastructure configuration.
|
Copyright © 2021. All rights reserved.