| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureConfiguration |
InfrastructureConfiguration.addResourceTagsEntry(String key,
String value)
Add a single ResourceTags entry
|
InfrastructureConfiguration |
InfrastructureConfiguration.addTagsEntry(String key,
String value)
Add a single Tags entry
|
InfrastructureConfiguration |
InfrastructureConfiguration.clearResourceTagsEntries()
Removes all the entries added into ResourceTags.
|
InfrastructureConfiguration |
InfrastructureConfiguration.clearTagsEntries()
Removes all the entries added into Tags.
|
InfrastructureConfiguration |
InfrastructureConfiguration.clone() |
InfrastructureConfiguration |
GetInfrastructureConfigurationResult.getInfrastructureConfiguration()
The infrastructure configuration object.
|
InfrastructureConfiguration |
Image.getInfrastructureConfiguration()
The infrastructure used when creating this image.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withArn(String arn)
The Amazon Resource Name (ARN) of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withDateCreated(String dateCreated)
The date on which the infrastructure configuration was created.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withDateUpdated(String dateUpdated)
The date on which the infrastructure configuration was last updated.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withDescription(String description)
The description of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withInstanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions)
The instance metadata option settings for the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withInstanceProfileName(String instanceProfileName)
The instance profile of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withInstanceTypes(Collection<String> instanceTypes)
The instance types of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withInstanceTypes(String... instanceTypes)
The instance types of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withKeyPair(String keyPair)
The Amazon EC2 key pair of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withLogging(Logging logging)
The logging configuration of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withName(String name)
The name of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withResourceTags(Map<String,String> resourceTags)
The tags attached to the resource created by Image Builder.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withSecurityGroupIds(String... securityGroupIds)
The security group IDs of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withSubnetId(String subnetId)
The subnet ID of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withTags(Map<String,String> tags)
The tags of the infrastructure configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withTerminateInstanceOnFailure(Boolean terminateInstanceOnFailure)
The terminate instance on failure configuration of the infrastructure configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInfrastructureConfigurationResult.setInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure configuration object.
|
void |
Image.setInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
|
GetInfrastructureConfigurationResult |
GetInfrastructureConfigurationResult.withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure configuration object.
|
Image |
Image.withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
|
Copyright © 2022. All rights reserved.