| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateInfrastructureConfigurationResponse |
ImagebuilderClient.updateInfrastructureConfiguration(Consumer<UpdateInfrastructureConfigurationRequest.Builder> updateInfrastructureConfigurationRequest)
Updates a new infrastructure configuration.
|
default CompletableFuture<UpdateInfrastructureConfigurationResponse> |
ImagebuilderAsyncClient.updateInfrastructureConfiguration(Consumer<UpdateInfrastructureConfigurationRequest.Builder> updateInfrastructureConfigurationRequest)
Updates a new infrastructure configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.builder() |
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.clientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.description(String description)
The description of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.instanceProfileName(String instanceProfileName)
The instance profile to associate with the instance used to customize your EC2 AMI.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.instanceTypes(Collection<String> instanceTypes)
The instance types of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.instanceTypes(String... instanceTypes)
The instance types of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.keyPair(String keyPair)
The key pair of the infrastructure configuration.
|
default UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.logging(Consumer<Logging.Builder> logging)
The logging configuration of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.logging(Logging logging)
The logging configuration of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.securityGroupIds(Collection<String> securityGroupIds)
The security group IDs to associate with the instance used to customize your EC2 AMI.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.securityGroupIds(String... securityGroupIds)
The security group IDs to associate with the instance used to customize your EC2 AMI.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.snsTopicArn(String snsTopicArn)
The SNS topic on which to send image build events.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.subnetId(String subnetId)
The subnet ID to place the instance used to customize your EC2 AMI in.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.terminateInstanceOnFailure(Boolean terminateInstanceOnFailure)
The terminate instance on failure setting of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateInfrastructureConfigurationRequest.Builder> |
UpdateInfrastructureConfigurationRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.