| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the infrastructure configuration.
|
static InfrastructureConfiguration.Builder |
InfrastructureConfiguration.builder() |
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.dateCreated(String dateCreated)
The date on which the infrastructure configuration was created.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.dateUpdated(String dateUpdated)
The date on which the infrastructure configuration was last updated.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.description(String description)
The description of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.instanceProfileName(String instanceProfileName)
The instance profile of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.instanceTypes(Collection<String> instanceTypes)
The instance types of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.instanceTypes(String... instanceTypes)
The instance types of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.keyPair(String keyPair)
The EC2 key pair of the infrastructure configuration.
|
default InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.logging(Consumer<Logging.Builder> logging)
The logging configuration of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.logging(Logging logging)
The logging configuration of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.name(String name)
The name of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.resourceTags(Map<String,String> resourceTags)
The tags attached to the resource created by Image Builder.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.securityGroupIds(Collection<String> securityGroupIds)
The security group IDs of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.securityGroupIds(String... securityGroupIds)
The security group IDs of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.snsTopicArn(String snsTopicArn)
The SNS topic Amazon Resource Name (ARN) of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.subnetId(String subnetId)
The subnet ID of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.tags(Map<String,String> tags)
The tags of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.Builder.terminateInstanceOnFailure(Boolean terminateInstanceOnFailure)
The terminate instance on failure configuration of the infrastructure configuration.
|
InfrastructureConfiguration.Builder |
InfrastructureConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InfrastructureConfiguration.Builder> |
InfrastructureConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Image.Builder |
Image.Builder.infrastructureConfiguration(Consumer<InfrastructureConfiguration.Builder> infrastructureConfiguration)
The infrastructure used when creating this image.
|
default GetInfrastructureConfigurationResponse.Builder |
GetInfrastructureConfigurationResponse.Builder.infrastructureConfiguration(Consumer<InfrastructureConfiguration.Builder> infrastructureConfiguration)
The infrastructure configuration object.
|
Copyright © 2020. All rights reserved.