Interface VpcConfig.Builder

  • Method Details

    • subnetIds

      VpcConfig.Builder subnetIds(Collection<String> subnetIds)

      The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

      Parameters:
      subnetIds - The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfig.Builder subnetIds(String... subnetIds)

      The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

      Parameters:
      subnetIds - The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)

      The identifiers of the security groups for the fleet or image builder.

      Parameters:
      securityGroupIds - The identifiers of the security groups for the fleet or image builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcConfig.Builder securityGroupIds(String... securityGroupIds)

      The identifiers of the security groups for the fleet or image builder.

      Parameters:
      securityGroupIds - The identifiers of the security groups for the fleet or image builder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.