Class CfnInstanceMixinProps.Builder

java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnInstanceMixinProps.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInstanceMixinProps>
Enclosing interface:
CfnInstanceMixinProps

@Stability(Stable) public static final class CfnInstanceMixinProps.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceMixinProps>
A builder for CfnInstanceMixinProps
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • additionalInfo

      @Stability(Stable) public CfnInstanceMixinProps.Builder additionalInfo(String additionalInfo)
      Parameters:
      additionalInfo - This property is reserved for internal use. If you use it, the stack fails with this error: Bad property set: [Testing this property] (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: 0XXXXXX-49c7-4b40-8bcc-76885dcXXXXX) .
      Returns:
      this
    • affinity

      @Stability(Stable) public CfnInstanceMixinProps.Builder affinity(String affinity)
      Parameters:
      affinity - Indicates whether the instance is associated with a dedicated host. If you want the instance to always restart on the same host on which it was launched, specify host . If you want the instance to restart on any available host, but try to launch onto the last host it ran on (on a best-effort basis), specify default .
      Returns:
      this
    • availabilityZone

      @Stability(Stable) public CfnInstanceMixinProps.Builder availabilityZone(String availabilityZone)
      Parameters:
      availabilityZone - The Availability Zone of the instance. If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.

      This parameter is not supported by DescribeImageAttribute .

      Returns:
      this
    • blockDeviceMappings

      @Stability(Stable) public CfnInstanceMixinProps.Builder blockDeviceMappings(IResolvable blockDeviceMappings)
      Parameters:
      blockDeviceMappings - The block device mapping entries that defines the block devices to attach to the instance at launch. By default, the block devices specified in the block device mapping for the AMI are used. You can override the AMI block device mapping using the instance block device mapping. For the root volume, you can override only the volume size, volume type, volume encryption settings, and the DeleteOnTermination setting.

      After the instance is running, you can modify only the DeleteOnTermination parameter for the attached volumes without interrupting the instance. Modifying any other parameter results in instance replacement .

      Returns:
      this
    • blockDeviceMappings

      @Stability(Stable) public CfnInstanceMixinProps.Builder blockDeviceMappings(List<? extends Object> blockDeviceMappings)
      Parameters:
      blockDeviceMappings - The block device mapping entries that defines the block devices to attach to the instance at launch. By default, the block devices specified in the block device mapping for the AMI are used. You can override the AMI block device mapping using the instance block device mapping. For the root volume, you can override only the volume size, volume type, volume encryption settings, and the DeleteOnTermination setting.

      After the instance is running, you can modify only the DeleteOnTermination parameter for the attached volumes without interrupting the instance. Modifying any other parameter results in instance replacement .

      Returns:
      this
    • cpuOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder cpuOptions(IResolvable cpuOptions)
      Parameters:
      cpuOptions - The CPU options for the instance. For more information, see Optimize CPU options in the Amazon Elastic Compute Cloud User Guide .
      Returns:
      this
    • cpuOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder cpuOptions(CfnInstancePropsMixin.CpuOptionsProperty cpuOptions)
      Parameters:
      cpuOptions - The CPU options for the instance. For more information, see Optimize CPU options in the Amazon Elastic Compute Cloud User Guide .
      Returns:
      this
    • creditSpecification

      @Stability(Stable) public CfnInstanceMixinProps.Builder creditSpecification(IResolvable creditSpecification)
      Parameters:
      creditSpecification - The credit option for CPU usage of the burstable performance instance. Valid values are standard and unlimited . To change this attribute after launch, use ModifyInstanceCreditSpecification . For more information, see Burstable performance instances in the Amazon EC2 User Guide .

      Default: standard (T2 instances) or unlimited (T3/T3a/T4g instances)

      For T3 instances with host tenancy, only standard is supported.

      Returns:
      this
    • creditSpecification

      @Stability(Stable) public CfnInstanceMixinProps.Builder creditSpecification(CfnInstancePropsMixin.CreditSpecificationProperty creditSpecification)
      Parameters:
      creditSpecification - The credit option for CPU usage of the burstable performance instance. Valid values are standard and unlimited . To change this attribute after launch, use ModifyInstanceCreditSpecification . For more information, see Burstable performance instances in the Amazon EC2 User Guide .

      Default: standard (T2 instances) or unlimited (T3/T3a/T4g instances)

      For T3 instances with host tenancy, only standard is supported.

      Returns:
      this
    • disableApiTermination

      @Stability(Stable) public CfnInstanceMixinProps.Builder disableApiTermination(Boolean disableApiTermination)
      Parameters:
      disableApiTermination - Indicates whether termination protection is enabled for the instance. The default is false , which means that you can terminate the instance using the Amazon EC2 console, command line tools, or API. You can enable termination protection when you launch an instance, while the instance is running, or while the instance is stopped.
      Returns:
      this
    • disableApiTermination

      @Stability(Stable) public CfnInstanceMixinProps.Builder disableApiTermination(IResolvable disableApiTermination)
      Parameters:
      disableApiTermination - Indicates whether termination protection is enabled for the instance. The default is false , which means that you can terminate the instance using the Amazon EC2 console, command line tools, or API. You can enable termination protection when you launch an instance, while the instance is running, or while the instance is stopped.
      Returns:
      this
    • ebsOptimized

      @Stability(Stable) public CfnInstanceMixinProps.Builder ebsOptimized(Boolean ebsOptimized)
      Parameters:
      ebsOptimized - Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

      Default: false

      Returns:
      this
    • ebsOptimized

      @Stability(Stable) public CfnInstanceMixinProps.Builder ebsOptimized(IResolvable ebsOptimized)
      Parameters:
      ebsOptimized - Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

      Default: false

      Returns:
      this
    • elasticGpuSpecifications

      @Stability(Stable) public CfnInstanceMixinProps.Builder elasticGpuSpecifications(IResolvable elasticGpuSpecifications)
      Parameters:
      elasticGpuSpecifications - An elastic GPU to associate with the instance.

      Amazon Elastic Graphics reached end of life on January 8, 2024.

      Returns:
      this
    • elasticGpuSpecifications

      @Stability(Stable) public CfnInstanceMixinProps.Builder elasticGpuSpecifications(List<? extends Object> elasticGpuSpecifications)
      Parameters:
      elasticGpuSpecifications - An elastic GPU to associate with the instance.

      Amazon Elastic Graphics reached end of life on January 8, 2024.

      Returns:
      this
    • elasticInferenceAccelerators

      @Stability(Stable) public CfnInstanceMixinProps.Builder elasticInferenceAccelerators(IResolvable elasticInferenceAccelerators)
      Parameters:
      elasticInferenceAccelerators - An elastic inference accelerator to associate with the instance.

      Amazon Elastic Inference is no longer available.

      Returns:
      this
    • elasticInferenceAccelerators

      @Stability(Stable) public CfnInstanceMixinProps.Builder elasticInferenceAccelerators(List<? extends Object> elasticInferenceAccelerators)
      Parameters:
      elasticInferenceAccelerators - An elastic inference accelerator to associate with the instance.

      Amazon Elastic Inference is no longer available.

      Returns:
      this
    • enclaveOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder enclaveOptions(IResolvable enclaveOptions)
      Parameters:
      enclaveOptions - Indicates whether the instance is enabled for AWS Nitro Enclaves.
      Returns:
      this
    • enclaveOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder enclaveOptions(CfnInstancePropsMixin.EnclaveOptionsProperty enclaveOptions)
      Parameters:
      enclaveOptions - Indicates whether the instance is enabled for AWS Nitro Enclaves.
      Returns:
      this
    • hibernationOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder hibernationOptions(IResolvable hibernationOptions)
      Parameters:
      hibernationOptions - Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites . For more information, see Hibernate your Amazon EC2 instance in the Amazon EC2 User Guide .

      You can't enable hibernation and AWS Nitro Enclaves on the same instance.

      Returns:
      this
    • hibernationOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder hibernationOptions(CfnInstancePropsMixin.HibernationOptionsProperty hibernationOptions)
      Parameters:
      hibernationOptions - Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites . For more information, see Hibernate your Amazon EC2 instance in the Amazon EC2 User Guide .

      You can't enable hibernation and AWS Nitro Enclaves on the same instance.

      Returns:
      this
    • hostId

      @Stability(Stable) public CfnInstanceMixinProps.Builder hostId(String hostId)
      Parameters:
      hostId - If you specify host for the Affinity property, the ID of a dedicated host that the instance is associated with. If you don't specify an ID, Amazon EC2 launches the instance onto any available, compatible dedicated host in your account. This type of launch is called an untargeted launch. Note that for untargeted launches, you must have a compatible, dedicated host available to successfully launch instances.
      Returns:
      this
    • hostId

      @Stability(Stable) public CfnInstanceMixinProps.Builder hostId(IHostRef hostId)
      Parameters:
      hostId - If you specify host for the Affinity property, the ID of a dedicated host that the instance is associated with. If you don't specify an ID, Amazon EC2 launches the instance onto any available, compatible dedicated host in your account. This type of launch is called an untargeted launch. Note that for untargeted launches, you must have a compatible, dedicated host available to successfully launch instances.
      Returns:
      this
    • hostResourceGroupArn

      @Stability(Stable) public CfnInstanceMixinProps.Builder hostResourceGroupArn(String hostResourceGroupArn)
      Parameters:
      hostResourceGroupArn - The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the Tenancy parameter or set it to host .
      Returns:
      this
    • iamInstanceProfile

      @Stability(Stable) public CfnInstanceMixinProps.Builder iamInstanceProfile(String iamInstanceProfile)
      Parameters:
      iamInstanceProfile - The name of an IAM instance profile. To create a new IAM instance profile, use the AWS::IAM::InstanceProfile resource.
      Returns:
      this
    • iamInstanceProfile

      @Stability(Stable) public CfnInstanceMixinProps.Builder iamInstanceProfile(IInstanceProfileRef iamInstanceProfile)
      Parameters:
      iamInstanceProfile - The name of an IAM instance profile. To create a new IAM instance profile, use the AWS::IAM::InstanceProfile resource.
      Returns:
      this
    • imageId

      @Stability(Stable) public CfnInstanceMixinProps.Builder imageId(String imageId)
      Parameters:
      imageId - The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.
      Returns:
      this
    • instanceInitiatedShutdownBehavior

      @Stability(Stable) public CfnInstanceMixinProps.Builder instanceInitiatedShutdownBehavior(String instanceInitiatedShutdownBehavior)
      Parameters:
      instanceInitiatedShutdownBehavior - Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). Default: stop
      Returns:
      this
    • instanceType

      @Stability(Stable) public CfnInstanceMixinProps.Builder instanceType(String instanceType)
      Parameters:
      instanceType - The instance type. For more information, see Instance types in the Amazon EC2 User Guide . When you change your EBS-backed instance type, instance restart or replacement behavior depends on the instance type compatibility between the old and new types. An instance with an instance store volume as the root volume is always replaced. For more information, see Change the instance type in the Amazon EC2 User Guide .
      Returns:
      this
    • ipv6AddressCount

      @Stability(Stable) public CfnInstanceMixinProps.Builder ipv6AddressCount(Number ipv6AddressCount)
      Parameters:
      ipv6AddressCount - The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.

      You cannot specify this option and the network interfaces option in the same request.

      Returns:
      this
    • ipv6Addresses

      @Stability(Stable) public CfnInstanceMixinProps.Builder ipv6Addresses(IResolvable ipv6Addresses)
      Parameters:
      ipv6Addresses - The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

      You cannot specify this option and the network interfaces option in the same request.

      Returns:
      this
    • ipv6Addresses

      @Stability(Stable) public CfnInstanceMixinProps.Builder ipv6Addresses(List<? extends Object> ipv6Addresses)
      Parameters:
      ipv6Addresses - The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

      You cannot specify this option and the network interfaces option in the same request.

      Returns:
      this
    • kernelId

      @Stability(Stable) public CfnInstanceMixinProps.Builder kernelId(String kernelId)
      Parameters:
      kernelId - The ID of the kernel.

      We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide .

      Returns:
      this
    • keyName

      @Stability(Stable) public CfnInstanceMixinProps.Builder keyName(String keyName)
      Parameters:
      keyName - The name of the key pair. For more information, see Create a key pair for your EC2 instance .

      If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

      Returns:
      this
    • launchTemplate

      @Stability(Stable) public CfnInstanceMixinProps.Builder launchTemplate(IResolvable launchTemplate)
      Parameters:
      launchTemplate - The launch template. Any additional parameters that you specify for the new instance overwrite the corresponding parameters included in the launch template.
      Returns:
      this
    • launchTemplate

      @Stability(Stable) public CfnInstanceMixinProps.Builder launchTemplate(CfnInstancePropsMixin.LaunchTemplateSpecificationProperty launchTemplate)
      Parameters:
      launchTemplate - The launch template. Any additional parameters that you specify for the new instance overwrite the corresponding parameters included in the launch template.
      Returns:
      this
    • licenseSpecifications

      @Stability(Stable) public CfnInstanceMixinProps.Builder licenseSpecifications(IResolvable licenseSpecifications)
      Parameters:
      licenseSpecifications - The license configurations.
      Returns:
      this
    • licenseSpecifications

      @Stability(Stable) public CfnInstanceMixinProps.Builder licenseSpecifications(List<? extends Object> licenseSpecifications)
      Parameters:
      licenseSpecifications - The license configurations.
      Returns:
      this
    • metadataOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder metadataOptions(IResolvable metadataOptions)
      Parameters:
      metadataOptions - The metadata options for the instance.
      Returns:
      this
    • metadataOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder metadataOptions(CfnInstancePropsMixin.MetadataOptionsProperty metadataOptions)
      Parameters:
      metadataOptions - The metadata options for the instance.
      Returns:
      this
    • monitoring

      @Stability(Stable) public CfnInstanceMixinProps.Builder monitoring(Boolean monitoring)
      Parameters:
      monitoring - Specifies whether detailed monitoring is enabled for the instance. Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled. For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the Amazon EC2 User Guide .
      Returns:
      this
    • monitoring

      @Stability(Stable) public CfnInstanceMixinProps.Builder monitoring(IResolvable monitoring)
      Parameters:
      monitoring - Specifies whether detailed monitoring is enabled for the instance. Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled. For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the Amazon EC2 User Guide .
      Returns:
      this
    • networkInterfaces

      @Stability(Stable) public CfnInstanceMixinProps.Builder networkInterfaces(IResolvable networkInterfaces)
      Parameters:
      networkInterfaces - The network interfaces to associate with the instance.

      If you use this property to point to a network interface, you must terminate the original interface before attaching a new one to allow the update of the instance to succeed.

      If this resource has a public IP address and is also in a VPC that is defined in the same template, you must use the DependsOn Attribute to declare a dependency on the VPC-gateway attachment.

      Returns:
      this
    • networkInterfaces

      @Stability(Stable) public CfnInstanceMixinProps.Builder networkInterfaces(List<? extends Object> networkInterfaces)
      Parameters:
      networkInterfaces - The network interfaces to associate with the instance.

      If you use this property to point to a network interface, you must terminate the original interface before attaching a new one to allow the update of the instance to succeed.

      If this resource has a public IP address and is also in a VPC that is defined in the same template, you must use the DependsOn Attribute to declare a dependency on the VPC-gateway attachment.

      Returns:
      this
    • placementGroupName

      @Stability(Stable) public CfnInstanceMixinProps.Builder placementGroupName(String placementGroupName)
      Parameters:
      placementGroupName - The name of an existing placement group that you want to launch the instance into (cluster | partition | spread).
      Returns:
      this
    • placementGroupName

      @Stability(Stable) public CfnInstanceMixinProps.Builder placementGroupName(IPlacementGroupRef placementGroupName)
      Parameters:
      placementGroupName - The name of an existing placement group that you want to launch the instance into (cluster | partition | spread).
      Returns:
      this
    • privateDnsNameOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder privateDnsNameOptions(IResolvable privateDnsNameOptions)
      Parameters:
      privateDnsNameOptions - The options for the instance hostname.
      Returns:
      this
    • privateDnsNameOptions

      @Stability(Stable) public CfnInstanceMixinProps.Builder privateDnsNameOptions(CfnInstancePropsMixin.PrivateDnsNameOptionsProperty privateDnsNameOptions)
      Parameters:
      privateDnsNameOptions - The options for the instance hostname.
      Returns:
      this
    • privateIpAddress

      @Stability(Stable) public CfnInstanceMixinProps.Builder privateIpAddress(String privateIpAddress)
      Parameters:
      privateIpAddress - The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet. Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.

      You cannot specify this option and the network interfaces option in the same request.

      If you make an update to an instance that requires replacement, you must assign a new private IP address. During a replacement, AWS CloudFormation creates a new instance but doesn't delete the old instance until the stack has successfully updated. If the stack update fails, AWS CloudFormation uses the old instance to roll back the stack to the previous working state. The old and new instances cannot have the same private IP address.

      Returns:
      this
    • propagateTagsToVolumeOnCreation

      @Stability(Stable) public CfnInstanceMixinProps.Builder propagateTagsToVolumeOnCreation(Boolean propagateTagsToVolumeOnCreation)
      Parameters:
      propagateTagsToVolumeOnCreation - Indicates whether to assign the tags specified in the Tags property to the volumes specified in the BlockDeviceMappings property. Note that using this feature does not assign the tags to volumes that are created separately and then attached using AWS::EC2::VolumeAttachment .
      Returns:
      this
    • propagateTagsToVolumeOnCreation

      @Stability(Stable) public CfnInstanceMixinProps.Builder propagateTagsToVolumeOnCreation(IResolvable propagateTagsToVolumeOnCreation)
      Parameters:
      propagateTagsToVolumeOnCreation - Indicates whether to assign the tags specified in the Tags property to the volumes specified in the BlockDeviceMappings property. Note that using this feature does not assign the tags to volumes that are created separately and then attached using AWS::EC2::VolumeAttachment .
      Returns:
      this
    • ramdiskId

      @Stability(Stable) public CfnInstanceMixinProps.Builder ramdiskId(String ramdiskId)
      Parameters:
      ramdiskId - The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the AWS Resource Center and search for the kernel ID.

      We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide .

      Returns:
      this
    • securityGroupIds

      @Stability(Stable) public CfnInstanceMixinProps.Builder securityGroupIds(List<? extends Object> securityGroupIds)
      Parameters:
      securityGroupIds - The IDs of the security groups. You can specify the IDs of existing security groups and references to resources created by the stack template.

      If you specify a network interface, you must specify any security groups as part of the network interface.

      Returns:
      this
    • securityGroups

      @Stability(Stable) public CfnInstanceMixinProps.Builder securityGroups(List<String> securityGroups)
      Parameters:
      securityGroups - [Default VPC] The names of the security groups. For a nondefault VPC, you must use security group IDs instead. You cannot specify this option and the network interfaces option in the same request. The list can contain both the name of existing Amazon EC2 security groups or references to AWS::EC2::SecurityGroup resources created in the template.

      Default: Amazon EC2 uses the default security group.

      Returns:
      this
    • sourceDestCheck

      @Stability(Stable) public CfnInstanceMixinProps.Builder sourceDestCheck(Boolean sourceDestCheck)
      Parameters:
      sourceDestCheck - Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true , source/destination checks are enabled; otherwise, they are disabled. The default value is true . You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.
      Returns:
      this
    • sourceDestCheck

      @Stability(Stable) public CfnInstanceMixinProps.Builder sourceDestCheck(IResolvable sourceDestCheck)
      Parameters:
      sourceDestCheck - Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true , source/destination checks are enabled; otherwise, they are disabled. The default value is true . You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.
      Returns:
      this
    • ssmAssociations

      @Stability(Stable) public CfnInstanceMixinProps.Builder ssmAssociations(IResolvable ssmAssociations)
      Parameters:
      ssmAssociations - The SSM document and parameter values in AWS Systems Manager to associate with this instance. To use this property, you must specify an IAM instance profile role for the instance. For more information, see Create an IAM instance profile for Systems Manager in the AWS Systems Manager User Guide .

      You can associate only one document with an instance.

      Returns:
      this
    • ssmAssociations

      @Stability(Stable) public CfnInstanceMixinProps.Builder ssmAssociations(List<? extends Object> ssmAssociations)
      Parameters:
      ssmAssociations - The SSM document and parameter values in AWS Systems Manager to associate with this instance. To use this property, you must specify an IAM instance profile role for the instance. For more information, see Create an IAM instance profile for Systems Manager in the AWS Systems Manager User Guide .

      You can associate only one document with an instance.

      Returns:
      this
    • subnetId

      @Stability(Stable) public CfnInstanceMixinProps.Builder subnetId(String subnetId)
      Parameters:
      subnetId - The ID of the subnet to launch the instance into. If you specify a network interface, you must specify any subnets as part of the network interface instead of using this parameter.
      Returns:
      this
    • subnetId

      @Stability(Stable) public CfnInstanceMixinProps.Builder subnetId(ISubnetRef subnetId)
      Parameters:
      subnetId - The ID of the subnet to launch the instance into. If you specify a network interface, you must specify any subnets as part of the network interface instead of using this parameter.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnInstanceMixinProps.Builder tags(List<? extends CfnTag> tags)
      Parameters:
      tags - The tags to add to the instance. These tags are not applied to the EBS volumes, such as the root volume, unless PropagateTagsToVolumeOnCreation is true .
      Returns:
      this
    • tenancy

      @Stability(Stable) public CfnInstanceMixinProps.Builder tenancy(String tenancy)
      Parameters:
      tenancy - The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
      Returns:
      this
    • userData

      @Stability(Stable) public CfnInstanceMixinProps.Builder userData(String userData)
      Parameters:
      userData - The parameters or scripts to store as user data. Any scripts in user data are run when you launch the instance. User data is limited to 16 KB. You must provide base64-encoded text. For more information, see Fn::Base64 .

      If the root volume is an EBS volume and you update user data, CloudFormation restarts the instance. If the root volume is an instance store volume and you update user data, the instance is replaced.

      Returns:
      this
    • volumes

      @Stability(Stable) public CfnInstanceMixinProps.Builder volumes(IResolvable volumes)
      Parameters:
      volumes - The volumes to attach to the instance.
      Returns:
      this
    • volumes

      @Stability(Stable) public CfnInstanceMixinProps.Builder volumes(List<? extends Object> volumes)
      Parameters:
      volumes - The volumes to attach to the instance.
      Returns:
      this
    • build

      @Stability(Stable) public CfnInstanceMixinProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnInstanceMixinProps>
      Returns:
      a new instance of CfnInstanceMixinProps
      Throws:
      NullPointerException - if any required attribute was not provided