| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureConfiguration |
InfrastructureConfiguration.addTagsEntry(String key,
String value) |
InfrastructureConfiguration |
InfrastructureConfiguration.clearTagsEntries()
Removes all the entries added into Tags.
|
InfrastructureConfiguration |
InfrastructureConfiguration.clone() |
InfrastructureConfiguration |
Image.getInfrastructureConfiguration()
The infrastructure used when creating this image.
|
InfrastructureConfiguration |
GetInfrastructureConfigurationResult.getInfrastructureConfiguration()
The infrastructure configuration object.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withArn(String arn)
The Amazon Resource Name (ARN) of the infrastruction 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 infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withInstanceProfileName(String instanceProfileName)
The instance profile of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withInstanceTypes(Collection<String> instanceTypes)
The instance types of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withInstanceTypes(String... instanceTypes)
The instance types of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withKeyPair(String keyPair)
The EC2 key pair of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withLogging(Logging logging)
The logging configuration of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withName(String name)
The name of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withSecurityGroupIds(String... securityGroupIds)
The security group IDs of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withSnsTopicArn(String snsTopicArn)
The SNS Topic Amazon Resource Name (ARN) of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withSubnetId(String subnetId)
The subnet ID of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withTags(Map<String,String> tags)
The tags of the infrastruction configuration.
|
InfrastructureConfiguration |
InfrastructureConfiguration.withTerminateInstanceOnFailure(Boolean terminateInstanceOnFailure)
The terminate instance on failure configuration of the infrastruction configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
|
void |
GetInfrastructureConfigurationResult.setInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure configuration object.
|
Image |
Image.withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
|
GetInfrastructureConfigurationResult |
GetInfrastructureConfigurationResult.withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure configuration object.
|
Copyright © 2020. All rights reserved.