Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.InfrastructureConfigurationProps.Builder
Packages that use InfrastructureConfigurationProps.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of InfrastructureConfigurationProps.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return InfrastructureConfigurationProps.BuilderModifier and TypeMethodDescriptionInfrastructureConfigurationProps.builder()InfrastructureConfigurationProps.Builder.description(String description) Sets the value ofInfrastructureConfigurationProps.getDescription()InfrastructureConfigurationProps.Builder.ec2InstanceAvailabilityZone(String ec2InstanceAvailabilityZone) Sets the value ofInfrastructureConfigurationProps.getEc2InstanceAvailabilityZone()InfrastructureConfigurationProps.Builder.ec2InstanceHostId(String ec2InstanceHostId) Sets the value ofInfrastructureConfigurationProps.getEc2InstanceHostId()InfrastructureConfigurationProps.Builder.ec2InstanceHostResourceGroupArn(String ec2InstanceHostResourceGroupArn) Sets the value ofInfrastructureConfigurationProps.getEc2InstanceHostResourceGroupArn()InfrastructureConfigurationProps.Builder.ec2InstanceTenancy(Tenancy ec2InstanceTenancy) Sets the value ofInfrastructureConfigurationProps.getEc2InstanceTenancy()InfrastructureConfigurationProps.Builder.httpPutResponseHopLimit(Number httpPutResponseHopLimit) Sets the value ofInfrastructureConfigurationProps.getHttpPutResponseHopLimit()InfrastructureConfigurationProps.Builder.httpTokens(HttpTokens httpTokens) Sets the value ofInfrastructureConfigurationProps.getHttpTokens()InfrastructureConfigurationProps.Builder.infrastructureConfigurationName(String infrastructureConfigurationName) Sets the value ofInfrastructureConfigurationProps.getInfrastructureConfigurationName()InfrastructureConfigurationProps.Builder.instanceProfile(IInstanceProfile instanceProfile) Sets the value ofInfrastructureConfigurationProps.getInstanceProfile()InfrastructureConfigurationProps.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) Sets the value ofInfrastructureConfigurationProps.getInstanceTypes()Sets the value ofInfrastructureConfigurationProps.getKeyPair()InfrastructureConfigurationProps.Builder.logging(InfrastructureConfigurationLogging logging) Sets the value ofInfrastructureConfigurationProps.getLogging()InfrastructureConfigurationProps.Builder.notificationTopic(ITopic notificationTopic) Sets the value ofInfrastructureConfigurationProps.getNotificationTopic()InfrastructureConfigurationProps.Builder.resourceTags(Map<String, String> resourceTags) Sets the value ofInfrastructureConfigurationProps.getResourceTags()Sets the value ofInfrastructureConfigurationProps.getRole()InfrastructureConfigurationProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofInfrastructureConfigurationProps.getSecurityGroups()InfrastructureConfigurationProps.Builder.subnetSelection(SubnetSelection subnetSelection) Sets the value ofInfrastructureConfigurationProps.getSubnetSelection()Sets the value ofInfrastructureConfigurationProps.getTags()InfrastructureConfigurationProps.Builder.terminateInstanceOnFailure(Boolean terminateInstanceOnFailure) Sets the value ofInfrastructureConfigurationProps.getTerminateInstanceOnFailure()Sets the value ofInfrastructureConfigurationProps.getVpc()Constructors in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type InfrastructureConfigurationProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theInfrastructureConfigurationProps.Builder.