static UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.builder() |
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
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.
|
default UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.instanceMetadataOptions(Consumer<InstanceMetadataOptions.Builder> instanceMetadataOptions) |
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2
build and test instances.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.instanceMetadataOptions(InstanceMetadataOptions instanceMetadataOptions) |
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2
build and test instances.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.instanceProfileName(String instanceProfileName) |
The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.instanceTypes(String... instanceTypes) |
The instance types of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.instanceTypes(Collection<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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.resourceTags(Map<String,String> resourceTags) |
The tags attached to the resource created by Image Builder.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.securityGroupIds(String... securityGroupIds) |
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.snsTopicArn(String snsTopicArn) |
The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.subnetId(String subnetId) |
The subnet ID to place the instance used to customize your Amazon EC2 AMI in.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.Builder.terminateInstanceOnFailure(Boolean terminateInstanceOnFailure) |
The terminate instance on failure setting of the infrastructure configuration.
|
UpdateInfrastructureConfigurationRequest.Builder |
UpdateInfrastructureConfigurationRequest.toBuilder() |
|